autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 11 Mar 2004 13:04:48 +0000 (13:04 +0000)
committerKarl Berry <karl@freefriends.org>
Thu, 11 Mar 2004 13:04:48 +0000 (13:04 +0000)
lib/getopt.c

index 6127ed1..8f017f8 100644 (file)
@@ -70,8 +70,8 @@
 # include <libintl.h>
 #else
 # include "gettext.h"
+# define _(msgid) gettext (msgid)
 #endif
-#define _(msgid) gettext (msgid)
 
 #if defined _LIBC && defined USE_IN_LIBIO
 # include <wchar.h>