summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1997-11-19 00:07:10 -0800
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 12:27:35 +0000
commitf7542a9d64058383949b49dafe0a654c777d57f8 (patch)
tree2b4ff5e8a22efb4db7d83eb40de204b7600cfc4d /malloc.c
parent3ee700d1417d4c874074ae89df62860d55ace0cc (diff)
downloadperl-f7542a9d64058383949b49dafe0a654c777d57f8.tar.gz
Remove bincompat3 support:
Subject: Re: ANNOUNCE: perl5.004_54 is available p4raw-id: //depot/perl@288
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc.c b/malloc.c
index 00ca55663f..5f0c7fd185 100644
--- a/malloc.c
+++ b/malloc.c
@@ -2,6 +2,8 @@
*
*/
+#define EMBEDMYMALLOC
+
#if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS)
# define DEBUGGING_MSTATS
#endif