summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/mwerks/malloc')
-rw-r--r--Mac/mwerks/malloc/malloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c
index 897d500..5178b66 100644
--- a/Mac/mwerks/malloc/malloc.c
+++ b/Mac/mwerks/malloc/malloc.c
@@ -52,12 +52,14 @@ static char *rcsid = "$Id$";
*
*/
-
+#ifdef USE_MALLOC_DEBUG
+/* You may also selectively enable some of these (but some are interdependent) */
#define DEBUG
#define DEBUG2
#define MSTATS
#define RCHECK
#define VCHECK
+#endif /* USE_MALLOC_DEBUG */
typedef unsigned char u_char;
typedef unsigned long u_long;