summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2008-01-09 23:57:36 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-01-09 23:57:36 +0000
commit1db36481d13cc744ff50a6e79d19885d5071f098 (patch)
tree945e11b1a4f2733153dfb26e802f9a32407bc630 /regcomp.c
parent66b1de870892b142348d95c3a6c21c7ff7269508 (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 03d11126e1..0c503e9f8a 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -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 */