regcomp.c: Move code into a #define
authorKarl Williamson <public@khwilliamson.com>
Sun, 11 Aug 2013 03:47:02 +0000 (21:47 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 15 Aug 2013 04:07:46 +0000 (22:07 -0600)
commitc02c30543906b812cf7ab7b2baca4df9f0bb3930
treed37990a3de0b3f0b6eab58d6e75e6226ec749110
parentad7f617071a697e121681d5c9e18c84068ae2fa8
regcomp.c: Move code into a #define

This logic will be used in an additional area of the program in a future
commit.

The #define also generalizes the code so it works on not just 'S' and
's', but any upper/lower case pair of ASCII alphabetics.
regcomp.c