Don't user __tolower directly for tolower implementation. Use inline function which...
commit8831788577cda2e19e27e6f1a793339abb9711fa
authorUlrich Drepper <drepper@redhat.com>
Sat, 23 Jan 1999 13:47:20 +0000 (23 13:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 23 Jan 1999 13:47:20 +0000 (23 13:47 +0000)
tree0cc1a1a1f76aa10b966a3d1c046e7a173ac227fc
parente3822a8a50bf40cfdc595a0f2e32a319a959ace0
Don't user __tolower directly for tolower implementation.  Use inline function which tests for the range first.  Make _tolower equivalent to old tolower macros.  Likewise for toupper.
ctype/ctype.c
ctype/ctype.h