toke.c: Emphasize that only [A-Za-z] is used here
authorKarl Williamson <public@khwilliamson.com>
Wed, 20 Feb 2013 15:22:07 +0000 (08:22 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:53 +0000 (09:55 -0600)
commitc286a9a6b461daa82e01cd6e7f5720be814c2505
tree81c97530a0aacef80b1ffc6e4a71ebbc6fc42952
parente7214ce8dd2816e52abdfe522e7ff5adc81ba23e
toke.c: Emphasize that only [A-Za-z] is used here

This code is attempting to deal with the problem of holes in the ranges
a-z and A-Z in EBCDIC.  By using macros with the suffix "_A", we
emphasize that.
toke.c