diff options
author | Joshua Pritikin <joshua.pritikin@db.com> | 1998-07-09 05:22:46 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-10 21:23:53 +0000 |
commit | 005a453cfb613e5ffe5868c1301958751100cbdf (patch) | |
tree | ac6e97273d236f648c1aa64af6db8206cb474bd9 /perlvars.h | |
parent | e24c7c18173514bd97dba167341e7465f92d5ef7 (diff) | |
download | perl-005a453cfb613e5ffe5868c1301958751100cbdf.tar.gz |
add more correct version of change#1350 (as yet untested)
Message-Id: <H00000e50008f277@MHS>
Subject: Re: [PATCH _70] cache missing methods
p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9
p4raw-id: //depot/perl@1404
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h index 115ec5a864..4e9d3b8689 100644 --- a/perlvars.h +++ b/perlvars.h @@ -50,7 +50,6 @@ 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 */ |