From b7296fd4eec51c97f3530670641a8d7699864538 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 6 Mar 1998 22:15:32 +0000 Subject: Update. 1998-03-06 Ulrich Drepper * argp/argp-help.c: Remove last bits of using gettext instead of dgettext. --- argp/argp-help.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'argp') 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 #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 #else # define dgettext(domain, msgid) (msgid) -# define gettext(msgid) (msgid) #endif #endif -- cgit v1.2.3