handy.h: Add synonym for some macros
authorKarl Williamson <public@khwilliamson.com>
Mon, 3 Dec 2012 03:42:06 +0000 (20:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:30:00 +0000 (10:30 -0700)
commitca5b5914906cf989a5d5a21f2af8842ab69eb369
tree63c1ef5c2c8616b26ac8906b2aa92c6823315a15
parent9201a572e97a4bd66ccd29bcdf8e55d2ac0595d0
handy.h: Add synonym for some macros

For some time, WORDCHAR has been preferred to ALNUM because of the
nearly identical ALNUMC which means something else (the C language
definition of alnum).  This adds macros for WORDCHAR, while retaining
ALNUM for backwards compatibility.

Also, another macro is redefined using WORDCHAR in preference to ALNUM
handy.h