mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
malloc debug only on ppc
This commit is contained in:
parent
e9f29bf4ca
commit
5693412892
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue