integrate ansiperl to get makedef.pl tweak
Gurusamy Sarathy [Sun, 28 Jun 1998 16:50:59 +0000 (16:50 +0000)]
p4raw-id: //depot/perl@1224

Porting/pumpkin.pod
win32/makedef.pl

index 724f1ba..c46bd29 100644 (file)
@@ -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 :-).
index 059fc49..d3a5196 100644 (file)
@@ -247,6 +247,11 @@ if ($define{'MYMALLOC'})
     Perl_realloc
     Perl_calloc)];
  }
+else
+ {
+  skip_symbols [qw(
+    Perl_malloced_size)];
+ }
 
 unless ($define{'USE_THREADS'})
  {