diff options
author | YamaArashi <shadow962@live.com> | 2016-02-08 06:27:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-08 06:27:14 -0800 |
commit | b5fb6c8ffb25d2057ab7316c218eb67fe538340b (patch) | |
tree | 4c631ce7b82199fe440cb41729b07e1608c5d096 /libiberty/getopt.c | |
parent | a5c638ceaca09d018d041f15e7e2518c217250bc (diff) |
remove internationalization
Diffstat (limited to 'libiberty/getopt.c')
-rwxr-xr-x | libiberty/getopt.c | 9 |
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' |