diff options
author | Stefan Seifert <nine@detonation.org> | 2019-10-30 16:23:01 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2019-12-12 11:35:20 +1100 |
commit | e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a (patch) | |
tree | 76f720186b490fb6d156db4048883af91258e4af /perlapi.h | |
parent | 91e49152f27fa00e0cb6d477928f8098a9367c05 (diff) | |
download | perl-e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a.tar.gz |
Move PL_check to the interp vars to fix threading issues
Fixes issue #14816
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -103,8 +103,6 @@ END_EXTERN_C #define PL_C_locale_obj (*Perl_GC_locale_obj_ptr(NULL)) #undef PL_appctx #define PL_appctx (*Perl_Gappctx_ptr(NULL)) -#undef PL_check -#define PL_check (*Perl_Gcheck_ptr(NULL)) #undef PL_check_mutex #define PL_check_mutex (*Perl_Gcheck_mutex_ptr(NULL)) #undef PL_csighandler1p |