From: Jack Jansen Date: Sun, 22 Jan 1995 16:52:38 +0000 (+0000) Subject: Make malloc stats routine available under MetroWerks X-Git-Tag: v1.2b3~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cbf4803a93f8c4e7bf84dbdb02b390ca51e9751;p=thirdparty%2FPython%2Fcpython.git Make malloc stats routine available under MetroWerks --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index fbb408b5b7c1..f2ffc41b55ba 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -49,6 +49,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif +#ifdef __MWERKS__ +#define MALLOC_DEBUG +#endif + #include "macdefs.h" #include "dirent.h"