]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
malloc debug only on ppc
authorGuido van Rossum <guido@python.org>
Mon, 13 Feb 1995 16:19:04 +0000 (16:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Feb 1995 16:19:04 +0000 (16:19 +0000)
Mac/Modules/macmodule.c

index ad3ca64c63b6a7c2d6c10f2aebe6f567d8e43808..6b5668b98cd59c95193733d4c5d6727be82b708d 100644 (file)
@@ -52,7 +52,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include <fcntl.h>
 #endif
 
-#ifdef __MWERKS__
+#if defined(__MWERKS__) && defined(__powerc)
 #define MALLOC_DEBUG
 #endif