Change 11798 by sky@sky-lab on 2001/08/31 11:31:44

        Change 11797 sneaked in a faulty regcomp.c change which wasn't
        supposed to happen.

Affected files ...

... //depot/perl/regcomp.c#230 edit

Differences ...

==== //depot/perl/regcomp.c#230 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c.~1~  Fri Aug 31 05:45:06 2001
+++ perl/regcomp.c      Fri Aug 31 05:45:06 2001
@@ -4735,7 +4735,7 @@
     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 */
End of Patch.

Reply via email to