diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 08:55:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 08:55:03 +0000 |
commit | 36fa4a92fa2e187f9965ef5bcea070fe4a0025fd (patch) | |
tree | b0f6ded3f2992d8c15083b379058f6bb9c73ec9f /intrpvar.h | |
parent | ca9dfc883b7dc3204e375cea5d38c48cb1715f83 (diff) | |
download | perl-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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 9c105b22dd..c81a99a7a1 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -104,7 +104,6 @@ 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 */ |