regcomp.c: #undef after finished
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 May 2011 15:38:23 +0000 (09:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:45 +0000 (14:05 -0600)
commit060b7a350d57eeb61e809e9a5b10a868aa45de96
tree4d9b3d6198914fcaffdecb8842e7a38702118143
parent6d63a9fbb4876bacc5281c728d04ce09efa52d81
regcomp.c: #undef after finished

regcomp.c has a subsection dealing with the implementation of the
inversion list class(-like object).  Undef its macros so they
can't possibly interfere with the rest of regcomp.c
regcomp.c