From: Artur Bergman Date: Fri, 31 Aug 2001 11:31:44 +0000 (+0000) Subject: Change 11797 sneaked in a faulty regcomp.c change which wasn't X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d96b7b6731f25ccf7750e26f6e99d96eb41b5424;p=p5sagit%2Fp5-mst-13.2.git Change 11797 sneaked in a faulty regcomp.c change which wasn't supposed to happen. p4raw-id: //depot/perl@11798 --- diff --git a/regcomp.c b/regcomp.c index e5afc90..9877658 100644 --- a/regcomp.c +++ b/regcomp.c @@ -4735,7 +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 */ - SAVESPTR(PL_reg_sv_utf8); /* 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 */