diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 09:57:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 09:57:10 +0000 |
commit | 4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a (patch) | |
tree | 85d64747018c1cca3d249795fd56da8b1988a53c /intl/dcgettext.c | |
parent | 17d519656a3705ad37665788c5ff6f6c19fb16d8 (diff) | |
download | glibc-4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a.tar.gz glibc-4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a.tar.xz glibc-4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a.zip |
Update.
1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target instead of do-iconv-test. ($(objpfx)gconv-modules): Define rule only if objpfx is not empty. 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * string/string.h: Fix feature test. 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * iconvdata/iso646.c (BODY): Don't use character constants that depend on signedness of char.
Diffstat (limited to 'intl/dcgettext.c')
-rw-r--r-- | intl/dcgettext.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 3557202ea5..a79c1f52e2 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -1,5 +1,5 @@ /* Implementation of the dcgettext(3) function. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. @@ -142,10 +142,6 @@ static char *stpcpy PARAMS ((char *dest, const char *src)); # define PATH_MAX _POSIX_PATH_MAX #endif -#ifndef internal_function -# define internal_function -#endif - /* XPG3 defines the result of `setlocale (category, NULL)' as: ``Directs `setlocale()' to query `category' and return the current setting of `local'.'' |