Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
Nicholas Clark [Wed, 24 Mar 2004 10:29:16 +0000 (10:29 +0000)]
NO_MALLOC_WRAP following Configure changes. Identical patch to
mine supplied by Steve Hay while I was working on this.
IP shootout at dawn :-)

p4raw-id: //depot/perl@22576

makedef.pl

index 604a0d1..3b9759d 100644 (file)
@@ -633,7 +633,7 @@ else {
                    )];
 }
 
-unless ($define{'NO_PERL_MALLOC_WRAP'}) {
+if ($define{'PERL_MALLOC_WRAP'}) {
     emit_symbols [qw(
                    PL_memory_wrap
                    )];