summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-28 16:50:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-28 16:50:59 +0000
commit32fcaa0b77e512c51ba8c799df5fac207028602f (patch)
treeb58bc43714f4b1e38f90f2f8f2311024b67f338c /win32
parent424ec8fa43885c75adde62690957af43a6537c02 (diff)
downloadperl-32fcaa0b77e512c51ba8c799df5fac207028602f.tar.gz
integrate ansiperl to get makedef.pl tweak
p4raw-id: //depot/perl@1224
Diffstat (limited to 'win32')
-rw-r--r--win32/makedef.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index 059fc4927d..d3a5196d7a 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -247,6 +247,11 @@ if ($define{'MYMALLOC'})
Perl_realloc
Perl_calloc)];
}
+else
+ {
+ skip_symbols [qw(
+ Perl_malloced_size)];
+ }
unless ($define{'USE_THREADS'})
{