summaryrefslogtreecommitdiff
path: root/perlvars.h
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 /perlvars.h
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 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h
index edc6858e8b..2137554404 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -155,6 +155,7 @@ PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
#endif
#ifdef PERL_GLOBAL_STRUCT
PERLVAR(G, ppaddr, Perl_ppaddr_t *) /* or opcode.h */
+PERLVAR(G, check, Perl_check_t *) /* or opcode.h */
PERLVARA(G, fold_locale, 256, unsigned char) /* or perl.h */
#endif