projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cccb1
)
Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
author
Nicholas Clark
<nick@ccl4.org>
Wed, 24 Mar 2004 10:29:16 +0000
(10:29 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
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
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
604a0d1
..
3b9759d
100644
(file)
--- 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
)];