Change 22524 by [EMAIL PROTECTED] on 2004/03/18 13:20:07
Try to fix the AIX and Windows builds regarding the
definedness of the PL_memory_wrap symbol.
Affected files ...
... //depot/perl/makedef.pl#156 edit
Differences ...
==== //depot/perl/makedef.pl#156 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#155~22032~ Thu Jan 1 09:29:21 2004
+++ perl/makedef.pl Thu Mar 18 05:20:07 2004
@@ -633,6 +633,12 @@
)];
}
+unless ($define{'NO_PERL_MALLOC_WRAP'}) {
+ emit_symbols [qw(
+ PL_memory_wrap
+ );]
+}
+
unless ($define{'USE_ITHREADS'}) {
skip_symbols [qw(
PL_thr_key
End of Patch.