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

index 033f639..5f7c822 100644 (file)
@@ -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