toke.c: Simplify some code
authorKarl Williamson <public@khwilliamson.com>
Wed, 13 Mar 2013 22:20:23 +0000 (16:20 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:03 +0000 (09:56 -0600)
commit75e9e7bf0379f4f8fd10b75f4ffc20141b0aad6c
treea5e79cb66c4b70af78a7307b3310d1e852475c15
parentbd27cf70a027fa9035f346c80e178dd8dd9ab73e
toke.c: Simplify some code

We don't have to test separately for lower vs uppercase here, as
upper/lower case A-Z and a-z are not intermixed in the gaps in A-Z and
a-z under EBCDIC.
toke.c