From: Ilya Zakharevich Date: Thu, 27 Nov 1997 01:08:16 +0000 (-0500) Subject: Fix MYMALLOC (wrong #define in malloc.c): X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e94dd0cebaa1537cb1734bec725aeb0224c6a5d;p=p5sagit%2Fp5-mst-13.2.git Fix MYMALLOC (wrong #define in malloc.c): Subject: 5.004_55: MYMALLOC completely busted p4raw-id: //depot/perl@320 --- diff --git a/malloc.c b/malloc.c index ae3773a..e52c09f 100644 --- a/malloc.c +++ b/malloc.c @@ -2,8 +2,6 @@ * */ -#define EMBEDMYMALLOC - #if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS) # define DEBUGGING_MSTATS #endif