From 060b7a350d57eeb61e809e9a5b10a868aa45de96 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 28 May 2011 09:38:23 -0600 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index 9cc4ba3a0b..d62028dbc0 100644 --- a/regcomp.c +++ b/regcomp.c @@ -6376,6 +6376,8 @@ S_add_cp_to_invlist(pTHX_ SV* invlist, const UV cp) { return add_range_to_invlist(invlist, cp, cp); } +#undef INVLIST_INITIAL_LENGTH + /* End of inversion list object */ /* -- cgit v1.2.1