diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 7b41548978..d520551149 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -395,7 +395,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache) } } -#if ZEND_DEBUG +#if (ZEND_DEBUG) do { zval display_memory_cache_stats; int i, j; |