perl dies in perl_construct when compiled with MULTIPLICITY
authorHans Mulder <hansmu@xs4all.nl>
Fri, 3 Apr 1998 13:58:15 +0000 (05:58 -0800)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 14 May 1998 14:35:42 +0000 (14:35 +0000)
p4raw-id: //depot/perl@939

perl.c

diff --git a/perl.c b/perl.c
index 6ded533..cda4ed1 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -176,6 +176,7 @@ perl_construct(register PerlInterpreter *sv_interp)
 #endif
     }
 
+    init_stacks(ARGS);
 #ifdef MULTIPLICITY
     I_REINIT;
     perl_destruct_level = 1; 
@@ -211,7 +212,6 @@ perl_construct(register PerlInterpreter *sv_interp)
 
     fdpid = newAV();   /* for remembering popen pids by fd */
 
-    init_stacks(ARGS);
     DEBUG( {
        New(51,debname,128,char);
        New(52,debdelim,128,char);