diff options
author | Richard Hitt <rbh00@utsglobal.com> | 2002-12-06 08:47:42 -0800 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-17 01:43:28 +0000 |
commit | 9febdf04c602e91a389f75497c9add388bc632ec (patch) | |
tree | 5997238a86666e4319034761549523a4335f8e31 /regcomp.c | |
parent | c7c737cb28949ebe168789b54bc0a5da1ada7664 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |