From: Gurusamy Sarathy Date: Sun, 28 Jun 1998 16:50:59 +0000 (+0000) Subject: integrate ansiperl to get makedef.pl tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32fcaa0b77e512c51ba8c799df5fac207028602f;p=p5sagit%2Fp5-mst-13.2.git integrate ansiperl to get makedef.pl tweak p4raw-id: //depot/perl@1224 --- diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 724f1ba..c46bd29 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -329,7 +329,7 @@ In all, the following files should probably be executable: Configure configpm - configure + configure.gnu embed.pl installperl installman @@ -342,7 +342,6 @@ In all, the following files should probably be executable: *.SH vms/ext/Stdio/test.pl vms/ext/filespec.t - vms/fndvers.com x2p/*.SH Other things ought to be readable, at least :-). diff --git a/win32/makedef.pl b/win32/makedef.pl index 059fc49..d3a5196 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'}) {