This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cc0b5
)
regcomp.c: Add #undef
author
Karl Williamson
<public@khwilliamson.com>
Wed, 26 Dec 2012 17:33:13 +0000
(10:33 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 28 Dec 2012 17:38:55 +0000
(10:38 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
c26fb2f
..
eee952f
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-8259,6
+8259,7
@@
S__invlistEQ(pTHX_ SV* const a, SV* const b, bool complement_b)
#undef INVLIST_ZERO_OFFSET
#undef INVLIST_ITER_OFFSET
#undef INVLIST_VERSION_ID
+#undef INVLIST_PREVIOUS_INDEX_OFFSET
/* End of inversion list object */