diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-09 20:39:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-09 20:39:24 (GMT) |
commit | a0e76bebd3ddb05461c9f692ff1f53267203aaae (patch) | |
tree | b6b5f84f0fa20a121e82b2c9ea77ab57c8b766f5 /Mac/Modules | |
parent | b81cf9d61c71f9b5949b9424cec1f59ac4a426e8 (diff) | |
download | cpython-a0e76bebd3ddb05461c9f692ff1f53267203aaae.zip cpython-a0e76bebd3ddb05461c9f692ff1f53267203aaae.tar.gz cpython-a0e76bebd3ddb05461c9f692ff1f53267203aaae.tar.bz2 |
Ported to CodeWarrior 6
Diffstat (limited to 'Mac/Modules')
-rw-r--r-- | Mac/Modules/macmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index 9d757bc..239e1a5 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -454,6 +454,7 @@ mac_write(self, args) } #endif /* !__MWERKS__ */ +#undef MALLOC_DEBUG #ifdef MALLOC_DEBUG static object * mac_mstats(self, args) |