Fixed debug mode builds on OS X (bug 5076, r=ds).

This commit is contained in:
Reuben Morais 2011-09-09 18:20:05 -05:00
parent 7c12e79993
commit b9c54ec60f

View File

@ -38,7 +38,7 @@
#include "memalloc.h"
#if defined(USE_MEM_DEBUG)
#if defined(_LINUX)
#if defined(_LINUX) || defined(__APPLE__)
#define _NORMAL_BLOCK 1