Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cbf480

Browse files
committed
Make malloc stats routine available under MetroWerks
1 parent 673e142 commit 7cbf480

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/Modules/macmodule.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4949
#include <fcntl.h>
5050
#endif
5151

52+
#ifdef __MWERKS__
53+
#define MALLOC_DEBUG
54+
#endif
55+
5256
#include "macdefs.h"
5357
#include "dirent.h"
5458

0 commit comments

Comments
 (0)