summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-18 14:24:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-18 14:24:42 +0000
commitd9f424b23bb434af43f899daf2cb6cfe42fe6e1a (patch)
treea04a1a4067438cca3b5395a68ab540e71418e9c9 /regcomp.c
parent8b1981a6c4fcb68914e5a9c635d9471dbbe6f42a (diff)
downloadperl-d9f424b23bb434af43f899daf2cb6cfe42fe6e1a.tar.gz
New try for ID 20010407.006: detach the semantics
"was the last match target UTF8" into its own variable. p4raw-id: //depot/perl@11717
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index 18aa0576ec..9877658a0e 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -4735,6 +4735,7 @@ Perl_save_re_context(pTHX)
SAVEVPTR(PL_reg_re); /* from regexec.c */
SAVEPPTR(PL_reg_ganch); /* from regexec.c */
SAVESPTR(PL_reg_sv); /* from regexec.c */
+ SAVEI32(PL_reg_sv_utf8); /* from regexec.c */
SAVEVPTR(PL_reg_magic); /* from regexec.c */
SAVEI32(PL_reg_oldpos); /* from regexec.c */
SAVEVPTR(PL_reg_oldcurpm); /* from regexec.c */