regcomp.c: Fix bug in EBCDIC
authorKarl Williamson <public@khwilliamson.com>
Sat, 16 Mar 2013 22:52:45 +0000 (16:52 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:03 +0000 (09:56 -0600)
commitf1658f694f23e5d9fc5c8762b40b2d30ae7ea07b
treeda27dc8f92eb52b4c39e0e4d899202cd678d8e9e
parent75e9e7bf0379f4f8fd10b75f4ffc20141b0aad6c
regcomp.c: Fix bug in EBCDIC

The POSIXA and NPOSIXA regnodes need to set the bits on only the ASCII
code points, but under EBCDIC those code points are not 0-127.
regcomp.c