From 3a9b3b5943b14b57e53a72a5c1e64d16ba9def25 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 23 Oct 1996 15:50:26 +0000 Subject: Added USE_MALLOC_DEBUG (disabled) --- Mac/mwerks/mwerks_nonshared_config.h | 1 + Mac/mwerks/mwerks_shared_config.h | 1 + Mac/mwerks/mwerks_small_config.h | 1 + 3 files changed, 3 insertions(+) diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index b492384..fd7f15d 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -18,3 +18,4 @@ #define MAC_TCL /* This *must* be on if USE_TK is on */ /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */ diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h index 5bcdeae..8d6db02 100644 --- a/Mac/mwerks/mwerks_shared_config.h +++ b/Mac/mwerks/mwerks_shared_config.h @@ -19,3 +19,4 @@ /* #define MAC_TCL /* This *must* be on if USE_TK is on */ #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */ diff --git a/Mac/mwerks/mwerks_small_config.h b/Mac/mwerks/mwerks_small_config.h index 5e5e33a..aa3c791 100644 --- a/Mac/mwerks/mwerks_small_config.h +++ b/Mac/mwerks/mwerks_small_config.h @@ -18,3 +18,4 @@ /* #define MAC_TCL /* This *must* be on if USE_TK is on */ /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */ -- cgit v0.12