X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/804888bc14896c15c367c0185acbf1960a53d09b..b8f09ee740c86f0392e35bb465505af16b9488cb:/regexec.c?ds=sidebyside diff --git a/regexec.c b/regexec.c index 1c20c54..8f8e4f0 100644 --- 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;