summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-12-16 08:56:52 +1100
committerTony Cook <tony@develop-help.com>2019-12-16 08:57:58 +1100
commit0850138d5ff43e9778637c50e5dfc4c06ada52c6 (patch)
tree5dd1a7239053f4fbf96af5501f5e38cfbe331a75 /perl.c
parent3da00ce5e5ff2ce6335c410c0e8b586a4c7c8d4f (diff)
downloadperl-0850138d5ff43e9778637c50e5dfc4c06ada52c6.tar.gz
Revert "Move PL_check to the interp vars to fix threading issues"
and the associated commits, at least until a way to make wrap_op_checker() work is available.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 0e44598e9c..70424cdbab 100644
--- a/perl.c
+++ b/perl.c
@@ -458,7 +458,6 @@ perl_construct(pTHXx)
#ifdef USE_POSIX_2008_LOCALE
PL_C_locale_obj = newlocale(LC_ALL_MASK, "C", NULL);
#endif
- Copy(Gcheck, PL_check, MAXO, Perl_check_t);
ENTER;
init_i18nl10n(1);