diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 22:45:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 22:45:25 +0000 |
commit | 883ba31595b0b4660756c80befc0b5fe52f42a6d (patch) | |
tree | 35bcd658caf64557770c23b1950bbb41e98a482c /argp/argp-help.c | |
parent | d5fd1f3fd88443b9f380fb576a6e7bf039fdf6b6 (diff) | |
download | glibc-883ba31595b0b4660756c80befc0b5fe52f42a6d.tar glibc-883ba31595b0b4660756c80befc0b5fe52f42a6d.tar.gz glibc-883ba31595b0b4660756c80befc0b5fe52f42a6d.tar.bz2 glibc-883ba31595b0b4660756c80befc0b5fe52f42a6d.zip |
Update.
2000-10-04 Ulrich Drepper <drepper@redhat.com>
* argp/argp-help.c: Make sure we get the correct gettext and
dgettext definitions.
* argp/argp-parse.c: Likewise.
Diffstat (limited to 'argp/argp-help.c')
-rw-r--r-- | argp/argp-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index 394a4add2f..d378faa4a5 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -55,7 +55,7 @@ char *alloca (); #ifndef _ /* This is for other GNU distributions with internationalized messages. */ -# ifdef HAVE_LIBINTL_H +# if defined HAVE_LIBINTL_H || defined _LIBC # include <libintl.h> # else # define dgettext(domain, msgid) (msgid) |