From e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 30 Oct 2019 16:23:01 +0100 Subject: Move PL_check to the interp vars to fix threading issues Fixes issue #14816 --- perlapi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index 221493437c..7304dc31b8 100644 --- a/perlapi.h +++ b/perlapi.h @@ -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 -- cgit v1.2.1