diff options
author | Andi Gutmans <andi@php.net> | 2004-05-25 10:09:46 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-05-25 10:09:46 +0000 |
commit | 02884a08f5f2f6c33b450f0724e115fdc735cc44 (patch) | |
tree | 2611de4af745cb9b695a16826afea12c7d6e1390 /Zend/zend_alloc.h | |
parent | 6704ab4b35cf41626462242adf4dcf7ea55775e6 (diff) | |
download | php-git-02884a08f5f2f6c33b450f0724e115fdc735cc44.tar.gz |
- More fixes
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r-- | Zend/zend_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 27055a0bc5..7be3456931 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -46,7 +46,7 @@ typedef struct _zend_mem_header { THREAD_T thread_id; # endif #endif -#if ZEND_DEBUG +#if ZEND_DEBUG || !defined(ZEND_MM) struct _zend_mem_header *pNext; struct _zend_mem_header *pLast; #endif |