X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4d1ff10ffec86208b0da135b87c76b89e61c866e..ca7ced35a6b8092835fabcc21e7d26f4603e7073:/thrdvar.h diff --git a/thrdvar.h b/thrdvar.h index d5bbeac..b35e735 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(Tnrs, SV *) +PERLVAR(Tunused_1, SV *) /* placeholder: was Tnrs */ /* =for apidoc mn|SV*|PL_rs @@ -259,5 +259,5 @@ PERLVAR(thr_done, bool) /* True when the thread has finished */ #endif /* USE_5005THREADS */ -PERLVAR(Treg_sv_utf8, bool) /* was what we matched against utf8 */ +PERLVAR(Treg_match_utf8, bool) /* was what we matched against utf8 */