summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2017-11-09 00:59:53 +0100
committerLukas Mai <l.mai@web.de>2017-11-11 11:16:31 +0100
commit1e5c5f69249acd964e640650e65901f390085022 (patch)
tree5017b82a68c4844c103c7047e74cbb1128a909bc /perlapi.h
parenta3371546646b4c0f722f2659beac614649d6cfd5 (diff)
downloadperl-1e5c5f69249acd964e640650e65901f390085022.tar.gz
add wrap_keyword_plugin function (RT #132413)
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
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