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 1f78882cc3..6fdbf96a09 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -326,7 +326,7 @@ ZEND_API void start_memory_manager(void) ZEND_API void shutdown_memory_manager(int silent, int clean_cache) { mem_header *p, *t; -#ifdef ZEND_DEBUG +#if ZEND_DEBUG int had_leaks=0; #endif ALS_FETCH(); |