From: Nicholas Clark Date: Mon, 17 Apr 2006 14:48:13 +0000 (+0000) Subject: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b60bf3b9b39ef71d61640f204c3c1fd31df65fb6;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/makedef.pl b/makedef.pl index 0ab196e..a02f4a3 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