summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-08 08:55:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-08 08:55:03 +0000
commit36fa4a92fa2e187f9965ef5bcea070fe4a0025fd (patch)
treeb0f6ded3f2992d8c15083b379058f6bb9c73ec9f /perlvars.h
parentca9dfc883b7dc3204e375cea5d38c48cb1715f83 (diff)
downloadperl-36fa4a92fa2e187f9965ef5bcea070fe4a0025fd.tar.gz
change#1350 breaks things, back it out
p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1376
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h
index 4e9d3b8689..115ec5a864 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -50,6 +50,7 @@ PERLVAR(Gan, U32) /* malloc sequence number */
PERLVAR(Gcop_seqmax, U32) /* statement sequence number */
PERLVAR(Gop_seqmax, U16) /* op sequence number */
PERLVAR(Gevalseq, U32) /* eval sequence number */
+PERLVAR(Gsub_generation,U32) /* incr to invalidate method cache */
PERLVAR(Gorigenviron, char **)
PERLVAR(Gorigalen, U32)
PERLVAR(Gpidstatus, HV *) /* pid-to-status mappings for waitpid */