$OpenBSD: patch-src_gettext_c,v 1.1 2002/03/26 17:49:58 espie Exp $ --- src/gettext.c.orig Wed Apr 4 23:39:11 2001 +++ src/gettext.c Mon Mar 25 01:21:05 2002 @@ -72,7 +72,11 @@ static void usage PARAMS ((int __status) static const char *expand_escape PARAMS ((const char *__str)); int +#ifdef TESTS main (argc, argv) +#else +main_gettext (argc, argv) +#endif int argc; char *argv[]; {