diff options
author | Gisle Aas <gisle@aas.no> | 2005-10-03 02:37:57 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-03 16:16:21 +0000 |
commit | 49cf90411ef5ee744fe54688234613893a6876a9 (patch) | |
tree | 9b4b17cf6645c51943efdbed863810283d210dab /sv.c | |
parent | bd4d8faaf7ff83f2f09479bf77553121e8d422f5 (diff) | |
download | perl-49cf90411ef5ee744fe54688234613893a6876a9.tar.gz |
Clone PL_statusvalue_posix [PATCH]
Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@25687
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |