about summary refs log tree commit diff
path: root/argp/argp-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'argp/argp-help.c')
-rw-r--r--argp/argp-help.c4
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