summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-05-25 09:25:22 +0000
committerAndi Gutmans <andi@php.net>2004-05-25 09:25:22 +0000
commit6704ab4b35cf41626462242adf4dcf7ea55775e6 (patch)
treecff0e3efeb3ef607fa4602d08226db965dc2394d /Zend/zend_alloc.h
parentdb90fc4c90d5ec2d4edba507fb164d8bca17599c (diff)
downloadphp-git-6704ab4b35cf41626462242adf4dcf7ea55775e6.tar.gz
- Make fix compile.
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 7be3456931..27055a0bc5 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 || !defined(ZEND_MM)
+#if ZEND_DEBUG
struct _zend_mem_header *pNext;
struct _zend_mem_header *pLast;
#endif