(apply_translations): Use toupper rather than
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 17:01:38 +0000 (17:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jul 2006 17:01:38 +0000 (17:01 +0000)
commit7c3fd7cbecbbccf9278b419fc23bd8a25f924177
tree450de3a28b670d63ffdea069ef1fa536dcae5668
parentd740f0506685b862b7e76eb7174690e3adce4a38
(apply_translations): 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/dd.c