diff options
author | Joshua Pritikin <joshua.pritikin@db.com> | 1998-07-06 05:19:29 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 23:12:17 +0000 |
commit | a4bb25971c379e48da873823e220bdef09e90ab9 (patch) | |
tree | f7f91b2cc63777509e30e5d8c1d8a78f7b220e5d /perlvars.h | |
parent | c006b45560c934c84e21e708da01c5fcfc35a02c (diff) | |
download | perl-a4bb25971c379e48da873823e220bdef09e90ab9.tar.gz |
add patch to improve method caching, regen headers
Message-Id: <H00000e50008a518@MHS>
Subject: [PATCH _70] cache missing methods
p4raw-id: //depot/perl@1350
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 */ |