From b7ac61fa5d327fda6245237df40413642e6fdb6b Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 19 Dec 2001 21:29:49 +0000 Subject: Some bincompat clawbacks. p4raw-id: //depot/perl@13813 --- thrdvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thrdvar.h') 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 -- cgit v1.2.1