From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 24 Mar 2004 10:29:16 +0000 (+0000)
Subject: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=210c4a3d4af9a86fc2ee7906a6a02d684efd3baa;p=p5sagit%2Fp5-mst-13.2.git

Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
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
---

diff --git a/makedef.pl b/makedef.pl
index 604a0d1..3b9759d 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -633,7 +633,7 @@ else {
 		    )];
 }
 
-unless ($define{'NO_PERL_MALLOC_WRAP'}) {
+if ($define{'PERL_MALLOC_WRAP'}) {
     emit_symbols [qw(
 		    PL_memory_wrap
 		    )];