summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorKurt D. Starsinic <kstar@wolfetech.com>1999-09-29 11:16:50 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-30 09:48:33 +0000
commit8e52752b5f49a78716f0f99e5101dfe233b32cb0 (patch)
tree4ba8e5ab44bf2da02cfa1cd42a47cb795f5d0686 /mg.c
parentdae78bb16a19ac7f9a4bba0f6b4615eb3c221bf3 (diff)
downloadperl-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 'mg.c')
-rw-r--r--mg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mg.c b/mg.c
index f50e4a065e..ca07b83467 100644
--- a/mg.c
+++ b/mg.c
@@ -905,8 +905,6 @@ Perl_magic_setsig(pTHX_ SV *sv, MAGIC *mg)
svp = &PL_diehook;
else if (strEQ(s,"__WARN__"))
svp = &PL_warnhook;
- else if (strEQ(s,"__PARSE__"))
- svp = &PL_parsehook;
else
Perl_croak(aTHX_ "No such hook: %s", s);
i = 0;