projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e01ffb8
)
Try to fix the AIX and Windows builds regarding the
Rafael Garcia-Suarez [Thu, 18 Mar 2004 13:20:07 +0000 (13:20 +0000)]
definedness of the PL_memory_wrap symbol.
p4raw-id: //depot/perl@22524
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
033f639
..
5f7c822
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-633,6
+633,12
@@
else {
)];
}
+unless ($define{'NO_PERL_MALLOC_WRAP'}) {
+ emit_symbols [qw(
+ PL_memory_wrap
+ );]
+}
+
unless ($define{'USE_ITHREADS'}) {
skip_symbols [qw(
PL_thr_key