From: Bruno Haible Date: Mon, 19 Mar 2001 17:42:03 +0000 (+0000) Subject: glibc's tolower and _tolower are equally efficient, no need for _tolower. X-Git-Tag: v0.10.36~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18921c028a40f6d5c2e2db6bb020e84d5908716f;p=thirdparty%2Fgettext.git glibc's tolower and _tolower are equally efficient, no need for _tolower. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index 13579ad72..c060623dd 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -242,7 +242,6 @@ (_nl_find_language): Convert to K&R C syntax. * finddomain.c: Include stdlib.h whenever possible. * l10nflist.c Include stdlib.h whenever possible. - (tolower): Conditional macro. (_nl_normalize_codeset): Use tolower, not _tolower. * loadmsgcat.c: Include stdlib.h whenever possible. Include headers needed for alloca(). diff --git a/intl/l10nflist.c b/intl/l10nflist.c index e63d4aca6..804492d20 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -53,11 +53,6 @@ /* @@ end of prolog @@ */ -#ifdef _LIBC -/* Use more efficient version of function. */ -# define tolower _tolower -#endif - #ifdef _LIBC /* Rename the non ANSI C functions. This is required by the standard because some ANSI C functions will require linking with this object