From 0850138d5ff43e9778637c50e5dfc4c06ada52c6 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 16 Dec 2019 08:56:52 +1100 Subject: 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. --- perlapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index 7304dc31b8..221493437c 100644 --- a/perlapi.h +++ b/perlapi.h @@ -103,6 +103,8 @@ 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