diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-19 18:52:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-19 18:52:24 +0000 |
commit | 195c09c3629c17448fb78757b0012553fb092895 (patch) | |
tree | bebd97d9304a1a18e0839c1c91136e36e9cc7fce /thrdvar.h | |
parent | 1911a026f24b6ced9f6797c7a80c2ed7a80b24b2 (diff) | |
download | perl-195c09c3629c17448fb78757b0012553fb092895.tar.gz |
Restore the two variables retired by the change #19268
(for binary backward compatibility)
p4raw-link: @19268 on //depot/perl: dd28f7bb7eebdb0b562c940b3c4f89457e829ea6
p4raw-id: //depot/perl@19275
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -140,6 +140,8 @@ 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 *) /* unused as of change #19268 */ +PERLVAR(Thv_fetch_sv, SV *) /* unused as of change #19268 */ PERLVAR(Thv_fetch_ent_mh, HE*) /* owned by hv_fetch_ent() */ PERLVAR(Tmodcount, I32) /* how much mod()ification in assignment? */ |