Fix MYMALLOC (wrong #define in malloc.c):
Ilya Zakharevich [Thu, 27 Nov 1997 01:08:16 +0000 (20:08 -0500)]
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