From: Andi Gutmans Date: Wed, 19 Jun 2002 16:53:49 +0000 (+0000) Subject: - This was also supposed to be part of the previous ZEND_MM commit :) X-Git-Tag: php-4.3.0dev_zend2_alpha2~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e3517161e3cb4443c6055379010985835945cfd;p=php - This was also supposed to be part of the previous ZEND_MM commit :) --- 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 };