This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$^P, eval and caller
[perl5.git] / thrdvar.h
index 19f233e..da80ab4 100644 (file)
--- 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? */