summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorRichard Hitt <rbh00@utsglobal.com>2002-12-06 08:47:42 -0800
committerhv <hv@crypt.org>2002-12-17 01:43:28 +0000
commit9febdf04c602e91a389f75497c9add388bc632ec (patch)
tree5997238a86666e4319034761549523a4335f8e31 /regcomp.c
parentc7c737cb28949ebe168789b54bc0a5da1ada7664 (diff)
downloadperl-9febdf04c602e91a389f75497c9add388bc632ec.tar.gz
[Fwd: Patch for perl utf8-related bug]
[perl #18932] p4raw-id: //depot/perl@18312
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 4813261c01..20b68762f4 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -5058,7 +5058,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 */
- SAVEI8(PL_reg_match_utf8); /* from regexec.c */
+ SAVEBOOL(PL_reg_match_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 */