diff options
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 8c3e53f016..046b0619ce 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -233,7 +233,7 @@ struct _zend_alloc_globals { unsigned int allocated_memory_peak; unsigned char memory_exhausted; #endif -#if ZEND_MM +#ifdef ZEND_MM zend_mm_heap mm_heap; #endif }; |