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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Eliminate prelen from struct regexp. Possibly we are hardcoding a bit
[perl5.git]
/
regcomp.c
diff --git
a/regcomp.c
b/regcomp.c
index
5c7ee09
..
ff099f5
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-4281,7
+4281,6
@@
redo_first_pass:
RXi_SET( r, ri );
r->engine= RE_ENGINE_PTR;
r->refcnt = 1;
- RX_PRELEN(r) = plen;
r->extflags = pm_flags;
{
bool has_p = ((r->extflags & RXf_PMf_KEEPCOPY) == RXf_PMf_KEEPCOPY);