Removed the non-LOCALE character code and the #ifdefs and simplified.
authormarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 10:52:03 +0000 (11:52 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 10:52:03 +0000 (11:52 +0100)
commit39cd310f18074231e3400e53f7e5234a8615a87e
treeb4dbb377e30b13f75865d988d62601fd973cd8fb
parent99e89d0fcc69e509924b0a14a56e10d15721ccb0
Removed the non-LOCALE character code and the #ifdefs and simplified.
POSIX says: tolower() won't change its argument if it is not isupper().
And isupper() doesn't need an additional check for isalpha().
sbr/fmt_compile.c
sbr/fmt_scan.c
sbr/gans.c
sbr/m_atoi.c
sbr/uprf.c