diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-17 14:48:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-17 14:48:13 +0000 |
commit | b60bf3b9b39ef71d61640f204c3c1fd31df65fb6 (patch) | |
tree | 862e98f907ad855afca0e325fe2eb52c77b49ce9 /makedef.pl | |
parent | 5d3527ba35fbfe949eb3b9b4a0da66b688e41a00 (diff) | |
download | perl-b60bf3b9b39ef71d61640f204c3c1fd31df65fb6.tar.gz |
In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
exclude when not compiling with ithreads. It would be good to automate
the processing of this.
p4raw-id: //depot/perl@27870
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 0ab196ece7..a02f4a3475 100644 --- a/makedef.pl +++ b/makedef.pl @@ -715,6 +715,7 @@ unless ($define{'USE_ITHREADS'}) { PL_sharedsv_space PL_sharedsv_space_mutex PL_dollarzero_mutex + PL_hints_mutex Perl_dirp_dup Perl_cx_dup Perl_si_dup |