diff options
author | Zefram <zefram@fysh.org> | 2012-02-11 17:14:45 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2012-02-11 17:14:45 +0000 |
commit | bb0d02ab7b92c63044b4ee5631217dc06cb2e2ca (patch) | |
tree | c3741f0a1c543296a245863c2c34bbc3eff6f8ed /makedef.pl | |
parent | e8570548af49b057631f1011e4b19c8c4a1342dd (diff) | |
download | perl-bb0d02ab7b92c63044b4ee5631217dc06cb2e2ca.tar.gz |
handle conditional definition of PL_check_mutex
PL_check_mutex only exists on threading builds, so makedef.pl needs to
know about that conditionality to produce correct export lists.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 16d4f9a8f2..002272bac7 100644 --- a/makedef.pl +++ b/makedef.pl @@ -347,6 +347,7 @@ unless ($define{'USE_ITHREADS'}) { unless ($define{'USE_ITHREADS'}) { ++$skip{$_} foreach qw( + PL_check_mutex PL_op_mutex PL_regex_pad PL_regex_padav |