diff options
Diffstat (limited to 'argp')
-rw-r--r-- | argp/argp-help.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index b1e6ee31cc..09daa63068 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -31,13 +31,11 @@ #include <ctype.h> #ifndef _ -/* This is for other GNU distributions with internationalized messages. - When compiling libc, the _ macro is predefined. */ +/* This is for other GNU distributions with internationalized messages. */ #ifdef HAVE_LIBINTL_H # include <libintl.h> #else # define dgettext(domain, msgid) (msgid) -# define gettext(msgid) (msgid) #endif #endif |