regcomp.c: Add #undef
authorKarl Williamson <public@khwilliamson.com>
Wed, 26 Dec 2012 17:33:13 +0000 (10:33 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 28 Dec 2012 17:38:55 +0000 (10:38 -0700)
commitf0c12ea8fdc0aca86872e322ec9009f1e933f9ed
treed35965abb98bc790ac7e1ea2ea2e61dc9a4e919a
parentc5cc0b5b407357897d95eea0c0899eed0886ca0f
regcomp.c: Add #undef

The #defines in the first part of the file are #undef'd to try to keep
anything from inadvertently leaking into the 2nd part; this one was
omitted.
regcomp.c