summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-08-15 15:45:14 -0600
committerKarl Williamson <khw@cpan.org>2019-02-14 22:12:44 -0700
commit8310e7fa48c5bce320e9c36df267f587d84cebce (patch)
treea2fff54f43d31d9f3c3675ebd390ac666cb08c4a /perlapi.h
parent3c5142a9e5aa4720092b95914808c82b46ca78b2 (diff)
downloadperl-8310e7fa48c5bce320e9c36df267f587d84cebce.tar.gz
Add mutex for dealing with qr/\p{user-defined}/
This will be used in future commits
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 de4267aa75..6d8ebf8b24 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -215,6 +215,8 @@ END_EXTERN_C
#define PL_timesbase (*Perl_Gtimesbase_ptr(NULL))
#undef PL_use_safe_putenv
#define PL_use_safe_putenv (*Perl_Guse_safe_putenv_ptr(NULL))
+#undef PL_user_prop_mutex
+#define PL_user_prop_mutex (*Perl_Guser_prop_mutex_ptr(NULL))
#undef PL_utf8_charname_begin
#define PL_utf8_charname_begin (*Perl_Gutf8_charname_begin_ptr(NULL))
#undef PL_utf8_charname_continue