Kaydet (Commit) 56934128 authored tarafından Guido van Rossum's avatar Guido van Rossum

malloc debug only on ppc

üst e9f29bf4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment