about summary refs log tree commit diff
path: root/malloc/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r--malloc/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index d480b0b8d0..757e65a37f 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -307,6 +307,7 @@ extern "C" {
 #if MALLOC_DEBUG
 #include <assert.h>
 #else
+#undef	assert
 #define assert(x) ((void)0)
 #endif