Fix debug build for Mac OS X

This commit is contained in:
Eric Scharff 2008-01-28 16:35:23 -07:00
parent e5f95ae89d
commit 2363d6e8eb
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#ifdef __APPLE__
#include "CoreFoundation/CoreFoundation.h"
#undef assert
#endif
#include "sys/mman.h"
#include "sys/types.h"

View File

@ -134,7 +134,6 @@ expect(System* s, bool v)
#ifdef NDEBUG
# undef assert
# define assert(a, b)
#else // not NDEBUG