From b60bf3b9b39ef71d61640f204c3c1fd31df65fb6 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 17 Apr 2006 14:48:13 +0000 Subject: 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 --- makedef.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'makedef.pl') 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 -- cgit v1.2.1