summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-19 18:52:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-19 18:52:24 +0000
commit195c09c3629c17448fb78757b0012553fb092895 (patch)
treebebd97d9304a1a18e0839c1c91136e36e9cc7fce /thrdvar.h
parent1911a026f24b6ced9f6797c7a80c2ed7a80b24b2 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 19f233ebb7..da80ab4622 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -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? */