diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1999-09-29 11:16:50 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-30 09:48:33 +0000 |
commit | 8e52752b5f49a78716f0f99e5101dfe233b32cb0 (patch) | |
tree | 4ba8e5ab44bf2da02cfa1cd42a47cb795f5d0686 /perl.c | |
parent | dae78bb16a19ac7f9a4bba0f6b4615eb3c221bf3 (diff) | |
download | perl-8e52752b5f49a78716f0f99e5101dfe233b32cb0.tar.gz |
(Was: deprecating SIGDIE)
To: Gurusamy Sarathy <gsar@ActiveState.com>
Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
The Perl Porters Mailing List <perl5-porters@perl.org>
Message-ID: <19990929151650.E26675@O2.chapin.edu>
p4raw-id: //depot/cfgperl@4257
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -328,8 +328,6 @@ perl_destruct(pTHXx) PL_warnhook = Nullsv; SvREFCNT_dec(PL_diehook); PL_diehook = Nullsv; - SvREFCNT_dec(PL_parsehook); - PL_parsehook = Nullsv; /* call exit list functions */ while (PL_exitlistlen-- > 0) |