From: Steve Hay Date: Wed, 27 Sep 2006 08:37:23 +0000 (+0000) Subject: I think we need to skip PL_regdupe as well as Perl_regdupe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=517dbd532ae713d1e19f7a5282fd2fa52c4fcec9;p=p5sagit%2Fp5-mst-13.2.git I think we need to skip PL_regdupe as well as Perl_regdupe when USE_ITHREADS is not defined See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274 p4raw-id: //depot/perl@28894 --- diff --git a/makedef.pl b/makedef.pl index 6eebcab..5738763 100644 --- a/makedef.pl +++ b/makedef.pl @@ -716,6 +716,7 @@ unless ($define{'USE_ITHREADS'}) { PL_sharedsv_space_mutex PL_dollarzero_mutex PL_hints_mutex + PL_regdupe Perl_dirp_dup Perl_cx_dup Perl_si_dup