From: Rafael Garcia-Suarez Date: Thu, 18 Mar 2004 13:20:07 +0000 (+0000) Subject: Try to fix the AIX and Windows builds regarding the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57185c71ec028665c77b9bdf20d9fb51d8458287;p=p5sagit%2Fp5-mst-13.2.git Try to fix the AIX and Windows builds regarding the definedness of the PL_memory_wrap symbol. p4raw-id: //depot/perl@22524 --- diff --git a/makedef.pl b/makedef.pl index 033f639..5f7c822 100644 --- a/makedef.pl +++ b/makedef.pl @@ -633,6 +633,12 @@ else { )]; } +unless ($define{'NO_PERL_MALLOC_WRAP'}) { + emit_symbols [qw( + PL_memory_wrap + );] +} + unless ($define{'USE_ITHREADS'}) { skip_symbols [qw( PL_thr_key