From 36fa4a92fa2e187f9965ef5bcea070fe4a0025fd Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 8 Jul 1998 08:55:03 +0000 Subject: change#1350 breaks things, back it out p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1376 --- perlvars.h | 1 + 1 file changed, 1 insertion(+) (limited to 'perlvars.h') 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 */ -- cgit v1.2.1