From: Gurusamy Sarathy Date: Wed, 15 Mar 2000 19:56:37 +0000 (+0000) Subject: add PL_thr_key to export list under useithreads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f433d095c701fc99be6dfb685ceb5f4cb6fafb97;p=p5sagit%2Fp5-mst-13.2.git add PL_thr_key to export list under useithreads p4raw-id: //depot/perl@5754 --- diff --git a/makedef.pl b/makedef.pl index 2e74878..ab67229 100644 --- a/makedef.pl +++ b/makedef.pl @@ -383,9 +383,14 @@ else { )]; } -unless ($define{'USE_5005THREADS'}) { +unless ($define{'USE_5005THREADS'} || $define{'USE_ITHREADS'}) { skip_symbols [qw( PL_thr_key + )]; +} + +unless ($define{'USE_5005THREADS'}) { + skip_symbols [qw( PL_sv_mutex PL_strtab_mutex PL_svref_mutex