From 1e5c5f69249acd964e640650e65901f390085022 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Thu, 9 Nov 2017 00:59:53 +0100 Subject: add wrap_keyword_plugin function (RT #132413) --- perlapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perlapi.h') diff --git a/perlapi.h b/perlapi.h index af0c2d593b..c461593dae 100644 --- a/perlapi.h +++ b/perlapi.h @@ -129,6 +129,8 @@ END_EXTERN_C #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) #undef PL_keyword_plugin #define PL_keyword_plugin (*Perl_Gkeyword_plugin_ptr(NULL)) +#undef PL_keyword_plugin_mutex +#define PL_keyword_plugin_mutex (*Perl_Gkeyword_plugin_mutex_ptr(NULL)) #undef PL_locale_mutex #define PL_locale_mutex (*Perl_Glocale_mutex_ptr(NULL)) #undef PL_malloc_mutex -- cgit v1.2.1