Reflect the renamings.
[gnulib.git] / 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>