From 7766f1371a6d2b58d0f46fbe6a60785860a39c1e Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 1 Dec 1999 01:00:09 +0000 Subject: more complete pseudo-fork() support for Windows p4raw-id: //depot/perl@4602 --- ext/B/B/CC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/B') diff --git a/ext/B/B/CC.pm b/ext/B/B/CC.pm index 0fe5e7d8d5..cf0e81f92e 100644 --- a/ext/B/B/CC.pm +++ b/ext/B/B/CC.pm @@ -1644,8 +1644,8 @@ XS(boot_$cmodule) perl_init(); ENTER; SAVETMPS; - SAVESPTR(PL_curpad); - SAVESPTR(PL_op); + SAVEVPTR(PL_curpad); + SAVEVPTR(PL_op); PL_curpad = AvARRAY($curpad_sym); PL_op = $start; pp_main(aTHX); -- cgit v1.2.1