From: Steve Hay Date: Wed, 8 Mar 2006 09:36:50 +0000 (+0000) Subject: Don't try to export PL_madskills/PL_xmlfp when they're not defined X-Git-Tag: accepted/trunk/20130322.191538~18326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3e31fabab2aac681fec1b1af42501b578cd1b39;p=platform%2Fupstream%2Fperl.git Don't try to export PL_madskills/PL_xmlfp when they're not defined (Fixes Win32 linker error introduced by change #27408) p4raw-link: @27408 on //depot/perl: 598921a7d8d43baa942b750d26a55dadca2c13d5 p4raw-id: //depot/perl@27413 --- diff --git a/makedef.pl b/makedef.pl index 60cc79b..241365d 100644 --- a/makedef.pl +++ b/makedef.pl @@ -837,6 +837,13 @@ unless ($define{'PERL_TRACK_MEMPOOL'}) { )]; } +unless ($define{'PERL_MAD'}) { + skip_symbols [qw( + PL_madskills + PL_xmlfp + )]; +} + unless ($define{'d_mmap'}) { skip_symbols [qw( PL_mmap_page_size