summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-24 01:51:24 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-24 01:51:24 +0000
commite969301f394bfa96c6a3ba97bf97c3fb48a9b711 (patch)
treeb75d030bcb0d9042c8d168541aa9a4e4fa9db875
parent7a52d87a7fbc7848e6b3e9e96db52d4070212cca (diff)
downloadperl-e969301f394bfa96c6a3ba97bf97c3fb48a9b711.tar.gz
remove vestiges of PL_last_proto
p4raw-id: //depot/perl@3448
-rw-r--r--embedvar.h2
-rw-r--r--intrpvar.h1
-rw-r--r--objXSUB.h2
3 files changed, 0 insertions, 5 deletions
diff --git a/embedvar.h b/embedvar.h
index a8d83f5b01..e6dad21009 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -199,7 +199,6 @@
#define PL_incgv (PL_curinterp->Iincgv)
#define PL_initav (PL_curinterp->Iinitav)
#define PL_inplace (PL_curinterp->Iinplace)
-#define PL_last_proto (PL_curinterp->Ilast_proto)
#define PL_lastfd (PL_curinterp->Ilastfd)
#define PL_lastsize (PL_curinterp->Ilastsize)
#define PL_lastspbase (PL_curinterp->Ilastspbase)
@@ -333,7 +332,6 @@
#define PL_Iincgv PL_incgv
#define PL_Iinitav PL_initav
#define PL_Iinplace PL_inplace
-#define PL_Ilast_proto PL_last_proto
#define PL_Ilastfd PL_lastfd
#define PL_Ilastsize PL_lastsize
#define PL_Ilastspbase PL_lastspbase
diff --git a/intrpvar.h b/intrpvar.h
index 457ad75e0c..e4f112e222 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -119,7 +119,6 @@ PERLVAR(Ifdpid, AV *) /* keep fd-to-pid mappings for my_popen */
/* internal state */
PERLVAR(Itainting, bool) /* doing taint checks */
PERLVARI(Iop_mask, char *, NULL) /* masked operations for safe evals */
-PERLVAR(Ilast_proto, char *) /* Prototype of last sub seen. */
/* trace state */
PERLVAR(Idlevel, I32)
diff --git a/objXSUB.h b/objXSUB.h
index a74e8eeb3b..c29bc06315 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -266,8 +266,6 @@
#define PL_last_lop pPerl->PL_last_lop
#undef PL_last_lop_op
#define PL_last_lop_op pPerl->PL_last_lop_op
-#undef PL_last_proto
-#define PL_last_proto pPerl->PL_last_proto
#undef PL_last_swash_hv
#define PL_last_swash_hv pPerl->PL_last_swash_hv
#undef PL_last_swash_key