summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-18 18:27:31 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-21 00:10:18 +0000
commit2a841d1398ee9bbf30a942905192cc2591b3e92a (patch)
treeff2c559e5659a94c9783d486c766217cb43b0d92 /intrpvar.h
parentfbb426e4e4fa9111602f64c566d240fa509dea6f (diff)
downloadperl-2a841d1398ee9bbf30a942905192cc2591b3e92a.tar.gz
added patch, regen headers
Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu> Subject: Re: Ilya's patches p4raw-id: //depot/perl@1169
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 74c914bb29..5637f126be 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -109,6 +109,7 @@ 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)