This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running...
authorArtur Bergman <sky@nanisky.com>
Fri, 17 Aug 2001 04:18:11 +0000 (04:18 +0000)
committerArtur Bergman <sky@nanisky.com>
Fri, 17 Aug 2001 04:18:11 +0000 (04:18 +0000)
commit31d77e546f9eed28b984703264e32f2200f7aa8b
treebfa3d2b80ddab3b2f4e6292b4ee50a09666b5907
parent453946077c880e7dc58ef4fa7340353d6caec987
Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.

p4raw-id: //depot/perl@11702
embed.pl
miniperlmain.c
perl.c
perl.h
proto.h