summaryrefslogtreecommitdiffstats
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-19 17:42:03 +0000
committerBruno Haible <bruno@clisp.org>2001-03-19 17:42:03 +0000
commit18921c028a40f6d5c2e2db6bb020e84d5908716f (patch)
treebbc9ca3ab858b3b564969d1b7d40171a01d5bdec /intl/l10nflist.c
parentef75ca8e8d99a38f746dcbf4c74bb5bc0d705546 (diff)
downloadexternal_gettext-18921c028a40f6d5c2e2db6bb020e84d5908716f.zip
external_gettext-18921c028a40f6d5c2e2db6bb020e84d5908716f.tar.gz
external_gettext-18921c028a40f6d5c2e2db6bb020e84d5908716f.tar.bz2
glibc's tolower and _tolower are equally efficient, no need for _tolower.
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index e63d4ac..804492d 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -54,11 +54,6 @@
/* @@ 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
file and the name space must not be polluted. */