- This was also supposed to be part of the previous ZEND_MM commit :)

This commit is contained in:
Andi Gutmans 2002-06-19 16:53:49 +00:00
parent ad9bed0edd
commit 9e3517161e

View File

@ -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
};