malloc debug only on ppc

This commit is contained in:
Guido van Rossum 1995-02-13 16:19:04 +00:00
parent e9f29bf4ca
commit 5693412892
1 changed files with 1 additions and 1 deletions

View 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