summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 59d79f2d01..2306125b6c 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -144,9 +144,9 @@ 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(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? */