summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-19 21:29:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-19 21:29:49 +0000
commitb7ac61fa5d327fda6245237df40413642e6fdb6b (patch)
treec893d53fb193140830b2a5f72b309d58d15cc513 /thrdvar.h
parentdc65699314ca1b70eb400580819ad6d85895755d (diff)
downloadperl-b7ac61fa5d327fda6245237df40413642e6fdb6b.tar.gz
Some bincompat clawbacks.
p4raw-id: //depot/perl@13813
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thrdvar.h b/thrdvar.h
index b35e735dea..e517c1e908 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -81,7 +81,7 @@ PERLVAR(Ttimesbuf, struct tms)
/* Fields used by magic variables such as $@, $/ and so on */
PERLVAR(Ttainted, bool) /* using variables controlled by $< */
PERLVAR(Tcurpm, PMOP *) /* what to do \ interps in REs from */
-PERLVAR(Tunused_1, SV *) /* placeholder: was Tnrs */
+PERLVAR(Tnrs, SV *) /* placeholder: unused since 5.8.0 (5.7.2 patch #12027 for bug ID 20010815.012) */
/*
=for apidoc mn|SV*|PL_rs