diff options
author | Andi Gutmans <andi@php.net> | 2002-06-19 16:53:49 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-06-19 16:53:49 +0000 |
commit | 9e3517161e3cb4443c6055379010985835945cfd (patch) | |
tree | 776c3ead3bc97ebe02bf6497eb9b9f06276ac27a /Zend/zend_globals.h | |
parent | ad9bed0edd82ae77470ad8abc77513e4165e7723 (diff) | |
download | php-git-9e3517161e3cb4443c6055379010985835945cfd.tar.gz |
- This was also supposed to be part of the previous ZEND_MM commit :)
Diffstat (limited to 'Zend/zend_globals.h')
-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 }; |