(inittables): Use toupper rather than
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 17:02:17 +0000 (17:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 17:02:17 +0000 (17:02 +0000)
commit1ee1c4d4a33ebc90cb2797175bf11c0e90fda8b2
tree6af5e6f444f92c83192dddf0f866b0ccc2721280
parent7c3fd7cbecbbccf9278b419fc23bd8a25f924177
(inittables):  Use toupper rather than
islower followed by toupper; it's simpler and typically
faster now that we assume at least C89 semantics.  Similarly
for tolower.
src/sort.c