summaryrefslogtreecommitdiff
path: root/intrpvar.h
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
commitbda03304ccaf630f2a55122f1fa44b3644f6e3bb (patch)
tree4ba8e5ab44bf2da02cfa1cd42a47cb795f5d0686 /intrpvar.h
parent606029f4afaef75d2a5befc8dabd6e5d5678d9e5 (diff)
downloadperl-bda03304ccaf630f2a55122f1fa44b3644f6e3bb.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 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index a53d38b325..cc3eff5e0b 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -23,7 +23,6 @@ PERLVAR(Ihintgv, GV *)
PERLVAR(Iorigfilename, char *)
PERLVAR(Idiehook, SV *)
PERLVAR(Iwarnhook, SV *)
-PERLVAR(Iparsehook, SV *)
PERLVAR(Icddir, char *) /* switches */
PERLVAR(Iminus_c, bool)
PERLVARA(Ipatchlevel,10,char)