summaryrefslogtreecommitdiff
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
parent424ec8fa43885c75adde62690957af43a6537c02 (diff)
downloadperl-32fcaa0b77e512c51ba8c799df5fac207028602f.tar.gz
integrate ansiperl to get makedef.pl tweak
p4raw-id: //depot/perl@1224
-rw-r--r--Porting/pumpkin.pod3
-rw-r--r--win32/makedef.pl5
2 files changed, 6 insertions, 2 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 724f1ba478..c46bd2907a 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 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'})
{