From: Guido van Rossum Date: Mon, 13 Feb 1995 16:19:04 +0000 (+0000) Subject: malloc debug only on ppc X-Git-Tag: v1.2b3~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5693412892b58635d1499b4ad7bf747ae404a8c3;p=thirdparty%2FPython%2Fcpython.git malloc debug only on ppc --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index ad3ca64c63b6..6b5668b98cd5 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -52,7 +52,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif -#ifdef __MWERKS__ +#if defined(__MWERKS__) && defined(__powerc) #define MALLOC_DEBUG #endif