summaryrefslogtreecommitdiff
path: root/kern/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/assert.h')
-rw-r--r--kern/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/assert.h b/kern/assert.h
index 26214e3..228f91c 100644
--- a/kern/assert.h
+++ b/kern/assert.h
@@ -31,7 +31,7 @@
#include <kern/macro_help.h>
-#ifdef DEBUG
+#ifndef NDEBUG
#define MACH_ASSERT 1
#endif