From 49cf90411ef5ee744fe54688234613893a6876a9 Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Mon, 3 Oct 2005 02:37:57 -0700 Subject: [PATCH] Clone PL_statusvalue_posix [PATCH] Message-ID: p4raw-id: //depot/perl@25687 --- sv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sv.c b/sv.c index 24c497d..3581b50 100644 --- a/sv.c +++ b/sv.c @@ -11462,6 +11462,8 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_statusvalue = proto_perl->Istatusvalue; #ifdef VMS PL_statusvalue_vms = proto_perl->Istatusvalue_vms; +#else + PL_statusvalue_posix = proto_perl->Istatusvalue_posix; #endif PL_encoding = sv_dup(proto_perl->Iencoding, param); -- 2.7.4