diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1997-11-19 00:07:10 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 12:27:35 +0000 |
commit | f7542a9d64058383949b49dafe0a654c777d57f8 (patch) | |
tree | 2b4ff5e8a22efb4db7d83eb40de204b7600cfc4d /malloc.c | |
parent | 3ee700d1417d4c874074ae89df62860d55ace0cc (diff) | |
download | perl-f7542a9d64058383949b49dafe0a654c777d57f8.tar.gz |
Remove bincompat3 support:
Subject: Re: ANNOUNCE: perl5.004_54 is available
p4raw-id: //depot/perl@288
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * */ +#define EMBEDMYMALLOC + #if defined(PERL_CORE) && !defined(DEBUGGING_MSTATS) # define DEBUGGING_MSTATS #endif |