From 4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Apr 1998 09:57:10 +0000 Subject: Update. 1998-04-27 Andreas Schwab * 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 * string/string.h: Fix feature test. 1998-04-27 Andreas Schwab * iconvdata/iso646.c (BODY): Don't use character constants that depend on signedness of char. --- intl/dcgettext.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'intl') 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'.'' -- cgit 1.4.1