diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 21:29:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 21:29:49 +0000 |
commit | b7ac61fa5d327fda6245237df40413642e6fdb6b (patch) | |
tree | c893d53fb193140830b2a5f72b309d58d15cc513 /thrdvar.h | |
parent | dc65699314ca1b70eb400580819ad6d85895755d (diff) | |
download | perl-b7ac61fa5d327fda6245237df40413642e6fdb6b.tar.gz |
Some bincompat clawbacks.
p4raw-id: //depot/perl@13813
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |