summaryrefslogtreecommitdiff
path: root/libiberty/getopt.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-08 06:27:14 -0800
committerYamaArashi <shadow962@live.com>2016-02-08 06:27:14 -0800
commitb5fb6c8ffb25d2057ab7316c218eb67fe538340b (patch)
tree4c631ce7b82199fe440cb41729b07e1608c5d096 /libiberty/getopt.c
parenta5c638ceaca09d018d041f15e7e2518c217250bc (diff)
remove internationalization
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'