diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2008-01-09 23:57:36 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2008-01-09 23:57:36 +0000 |
commit | 1db36481d13cc744ff50a6e79d19885d5071f098 (patch) | |
tree | 945e11b1a4f2733153dfb26e802f9a32407bc630 /regcomp.c | |
parent | 66b1de870892b142348d95c3a6c21c7ff7269508 (diff) | |
download | perl-1db36481d13cc744ff50a6e79d19885d5071f098.tar.gz |
seen_eval regex field wasn't getting cloned
p4raw-id: //depot/perl@32933
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9458,7 +9458,6 @@ Perl_re_dup_guts(pTHX_ const REGEXP *sstr, REGEXP *dstr, CLONE_PARAMS *param) ret->mother_re = NULL; ret->gofs = 0; - ret->seen_evals = 0; } #endif /* PERL_IN_XSUB_RE */ |