commit | 5693412892b58635d1499b4ad7bf747ae404a8c3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 13 16:19:04 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 13 16:19:04 1995 +0000 |
tree | 5b417c5e92595429339022928fcdf170bb1d6ed5 | |
parent | e9f29bf4ca44d85799f907e27974afdb49010c6a [diff] [blame] |
malloc debug only on ppc
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index ad3ca64..6b5668b 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c
@@ -52,7 +52,7 @@ #include <fcntl.h> #endif -#ifdef __MWERKS__ +#if defined(__MWERKS__) && defined(__powerc) #define MALLOC_DEBUG #endif