diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1997-11-26 20:08:16 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-27 15:02:59 +0000 |
commit | 2e94dd0cebaa1537cb1734bec725aeb0224c6a5d (patch) | |
tree | 6449823d48ae19fbdc0ae8616e64163d64d7c074 /malloc.c | |
parent | 51cf62d8ec31d46fecbc8564c5b48c17f5776f7f (diff) | |
download | perl-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ * */ -#define EMBEDMYMALLOC - #if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS) # define DEBUGGING_MSTATS #endif |