summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorStefan Seifert <nine@detonation.org>2019-10-30 16:23:01 +0100
committerTony Cook <tony@develop-help.com>2019-12-12 11:35:20 +1100
commite6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a (patch)
tree76f720186b490fb6d156db4048883af91258e4af /perlvars.h
parent91e49152f27fa00e0cb6d477928f8098a9367c05 (diff)
downloadperl-e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a.tar.gz
Move PL_check to the interp vars to fix threading issues
Fixes issue #14816
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h
index 2137554404..edc6858e8b 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -155,7 +155,6 @@ 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