From 9e3517161e3cb4443c6055379010985835945cfd Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 19 Jun 2002 16:53:49 +0000 Subject: [PATCH] - This was also supposed to be part of the previous ZEND_MM commit :) --- Zend/zend_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 8c3e53f0164..046b0619ce6 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 };