summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
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