summaryrefslogtreecommitdiff
path: root/libiberty/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/getopt.c')
-rwxr-xr-xlibiberty/getopt.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/libiberty/getopt.c b/libiberty/getopt.c
index c41531e..ec5dc43 100755
--- a/libiberty/getopt.c
+++ b/libiberty/getopt.c
@@ -80,14 +80,7 @@
#endif
#ifndef _
-/* This is for other GNU distributions with internationalized messages.
- When compiling libc, the _ macro is predefined. */
-# ifdef HAVE_LIBINTL_H
-# include <libintl.h>
-# define _(msgid) gettext (msgid)
-# else
-# define _(msgid) (msgid)
-# endif
+#define _(msgid) (msgid)
#endif
/* This version of `getopt' appears to the caller like standard Unix `getopt'