diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index 131ac7819e..5098fc71f3 100644 --- a/main/php.h +++ b/main/php.h @@ -67,8 +67,10 @@ #if PHP_DEBUG #undef NDEBUG #else +#ifndef NDEBUG #define NDEBUG #endif +#endif #include <assert.h> #else /* HAVE_ASSERT_H */ #define assert(expr) ((void) (0)) |