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:
804888b
)
Remove redundant comment.
author
David Mitchell
<davem@iabyn.com>
Sat, 26 May 2012 15:32:46 +0000
(16:32 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 13 Jun 2012 12:32:54 +0000
(13:32 +0100)
PL_reglastparen and PL_reglastcloseparen have been removed
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
1c20c54
..
8f8e4f0
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-4496,7
+4496,6
@@
S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
ST.cp = regcppush(rex, 0); /* Save *all* the positions. */
REGCP_SET(ST.lastcp);
- /* see regtry, specifically PL_reglast(?:close)?paren is a pointer! (i dont know why) :dmq */
re->lastparen = 0;
re->lastcloseparen = 0;