]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
glibc's tolower and _tolower are equally efficient, no need for _tolower.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Mar 2001 17:42:03 +0000 (17:42 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Mar 2001 17:42:03 +0000 (17:42 +0000)
intl/ChangeLog
intl/l10nflist.c

index 13579ad724801e6cb4df82fa2aad25c9bdddc7d2..c060623ddb19bc389082e36255322b32bf8a2d35 100644 (file)
        (_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().
index e63d4aca673aa3964f20f5914dceee3f5e0b6751..804492d20137a50b38f60401c931db5a33b56e29 100644 (file)
 
 /* @@ end of prolog @@ */
 
-#ifdef _LIBC
-/* Use more efficient version of <ctype.h> 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