summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1997-11-26 20:08:16 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-27 15:02:59 +0000
commit2e94dd0cebaa1537cb1734bec725aeb0224c6a5d (patch)
tree6449823d48ae19fbdc0ae8616e64163d64d7c074 /malloc.c
parent51cf62d8ec31d46fecbc8564c5b48c17f5776f7f (diff)
downloadperl-2e94dd0cebaa1537cb1734bec725aeb0224c6a5d.tar.gz
Fix MYMALLOC (wrong #define in malloc.c):
Subject: 5.004_55: MYMALLOC completely busted p4raw-id: //depot/perl@320
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/malloc.c b/malloc.c
index ae3773acc0..e52c09f3e2 100644
--- a/malloc.c
+++ b/malloc.c
@@ -2,8 +2,6 @@
*
*/
-#define EMBEDMYMALLOC
-
#if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS)
# define DEBUGGING_MSTATS
#endif