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 /intrpvar.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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 1ff9ac8660..73cc5f36bf 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -104,6 +104,7 @@ PERLVAR(Ibeginav, AV *) /* names of BEGIN subroutines */ PERLVAR(Iendav, AV *) /* names of END subroutines */ PERLVAR(Iinitav, AV *) /* names of INIT subroutines */ PERLVAR(Istrtab, HV *) /* shared string table */ +PERLVARI(Isub_generation,U32,1) /* incr to invalidate method cache */ /* memory management */ PERLVAR(Isv_count, I32) /* how many SV* are currently allocated */ |