Fix MYMALLOC (wrong #define in malloc.c):
authorIlya Zakharevich <ilya@math.berkeley.edu>
Thu, 27 Nov 1997 01:08:16 +0000 (20:08 -0500)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 27 Nov 1997 15:02:59 +0000 (15:02 +0000)
Subject: 5.004_55: MYMALLOC completely busted

p4raw-id: //depot/perl@320

malloc.c

index ae3773a..e52c09f 100644 (file)
--- a/malloc.c
+++ b/malloc.c
@@ -2,8 +2,6 @@
  *
  */
 
-#define EMBEDMYMALLOC
-
 #if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS)
 #  define DEBUGGING_MSTATS
 #endif