]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make malloc stats routine available under MetroWerks
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 22 Jan 1995 16:52:38 +0000 (16:52 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 22 Jan 1995 16:52:38 +0000 (16:52 +0000)
Mac/Modules/macmodule.c

index fbb408b5b7c1a437c7c1c5694dfd6f55a349b829..f2ffc41b55ba25f8d980e76ab42280588fda9cc1 100644 (file)
@@ -49,6 +49,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include <fcntl.h>
 #endif
 
+#ifdef __MWERKS__
+#define MALLOC_DEBUG
+#endif
+
 #include "macdefs.h"
 #include "dirent.h"