summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-03-08 09:36:50 +0000
committerSteve Hay <SteveHay@planit.com>2006-03-08 09:36:50 +0000
commite3e31fabab2aac681fec1b1af42501b578cd1b39 (patch)
treeec175fe35263a96d0939e07b575ed7b8c0d5d7e8 /makedef.pl
parent3825bc8f5d59257852813dc434ad90251414e9f5 (diff)
downloadperl-e3e31fabab2aac681fec1b1af42501b578cd1b39.tar.gz
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
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 60cc79bad6..241365db8d 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