diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2003-04-07 11:00:41 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-19 07:06:13 +0000 |
commit | dd28f7bb7eebdb0b562c940b3c4f89457e829ea6 (patch) | |
tree | fee71493033bb3c2057e0c4b474527a3abcfe7b1 /thrdvar.h | |
parent | bfe0b8460c5710ac333ad9f60968a82600193679 (diff) | |
download | perl-dd28f7bb7eebdb0b562c940b3c4f89457e829ea6.tar.gz |
allow recursive FETCHes
Message-ID: <20030407100041.A1617@fdgroup.com>
p4raw-id: //depot/perl@19268
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -140,9 +140,7 @@ PERLVARI(Tprotect, protect_proc_t, MEMBER_TO_FPTR(Perl_default_protect)) PERLVARI(Terrors, SV *, Nullsv) /* outstanding queued errors */ /* statics "owned" by various functions */ -PERLVAR(Tav_fetch_sv, SV *) /* owned by av_fetch() */ -PERLVAR(Thv_fetch_sv, SV *) /* owned by hv_fetch() */ -PERLVAR(Thv_fetch_ent_mh, HE) /* owned by hv_fetch_ent() */ +PERLVAR(Thv_fetch_ent_mh, HE*) /* owned by hv_fetch_ent() */ PERLVAR(Tmodcount, I32) /* how much mod()ification in assignment? */ |