summaryrefslogtreecommitdiff
path: root/makedef.pl
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 /makedef.pl
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 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index e5ee6b9085..7e22e02a59 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -352,6 +352,7 @@ if ($define{'PERL_USE_SAFE_PUTENV'}) {
unless ($define{'USE_ITHREADS'}) {
++$skip{PL_thr_key};
+ ++$skip{PL_user_prop_mutex};
}
# USE_5005THREADS symbols. Kept as reference for easier removal