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 6127ed17890746df5d4fd4c3eca3e8bbc27ca614..8f017f87b14435b407a44576ee87f4eb2ad7bcef 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>