malloc debug only on ppc
This commit is contained in:
parent
e9f29bf4ca
commit
5693412892
|
@ -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…
Reference in New Issue