handy.h: Factor out common code
authorKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 06:02:38 +0000 (23:02 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 22 Jan 2014 18:45:56 +0000 (11:45 -0700)
commit84061b6a3e7c231e496f22794f84cbda51533073
tree9382b89419ec4268c246f4fc8139b4ea012ffbdb
parent4650c6635e43d8397fc3b04145f70d24ce562134
handy.h: Factor out common code

It turns out that the definitions for isASCII_LC and is_BLANK_LC end up
being the same for all three possible #if platform states, so can just
have them once instead of three times.

It is unlikely that the
    && ! defined(USE_NEXT_CTYPE)
is necessary, because HAS_ISASCII likely won't be defined, but this
makes sure that this doesn't change the previous behavior.
handy.h