diff options
author | Gisle Aas <gisle@aas.no> | 2005-10-03 19:18:27 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-04 10:10:41 +0000 |
commit | 7879c54c4e8313f0dbed1c3004922ee7a85de64d (patch) | |
tree | 284fd7f7adeafc6ff07e44ed317c93aea7a6356d /wince | |
parent | 68a1de4f489f7b4cf7b721f26cc0f2f94790c81a (diff) | |
download | perl-7879c54c4e8313f0dbed1c3004922ee7a85de64d.tar.gz |
Re: $^CHILD_ERROR_NATIVE issues (with attachment)
Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25688
Diffstat (limited to 'wince')
-rw-r--r-- | wince/perlhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/perlhost.h b/wince/perlhost.h index 2359464290..dae5a86408 100644 --- a/wince/perlhost.h +++ b/wince/perlhost.h @@ -1758,7 +1758,7 @@ restart: PL_curstash = PL_defstash; if (PL_endav && !PL_minus_c) call_list(oldscope, PL_endav); - status = STATUS_NATIVE_EXPORT; + status = STATUS_EXIT; break; case 3: if (PL_restartop) { |