about summary refs log tree commit diff
path: root/argp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-06 22:15:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-06 22:15:32 +0000
commitb7296fd4eec51c97f3530670641a8d7699864538 (patch)
tree6e3267ed2baa45e34a4f18d9816434716585e9fa /argp
parent7dea968e78d0903e5f6069f2bf72a9961f49465f (diff)
downloadglibc-b7296fd4eec51c97f3530670641a8d7699864538.tar.gz
glibc-b7296fd4eec51c97f3530670641a8d7699864538.tar.xz
glibc-b7296fd4eec51c97f3530670641a8d7699864538.zip
Update.
1998-03-06  Ulrich Drepper  <drepper@cygnus.com>

	* argp/argp-help.c: Remove last bits of using gettext instead of
	dgettext.
Diffstat (limited to 'argp')
-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