projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6171aad
)
Correct perl malloc tweak to .def generation
Nick Ing-Simmons [Wed, 24 Jun 1998 17:18:59 +0000 (17:18 +0000)]
p4raw-id: //depot/ansiperl@1213
win32/makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/win32/makedef.pl
b/win32/makedef.pl
index
059fc49
..
d3a5196
100644
(file)
--- 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'})
{