]> granicus.if.org Git - php/commitdiff
- Use #ifdef for ZEND_MM
authorAndi Gutmans <andi@php.net>
Wed, 19 Jun 2002 16:29:07 +0000 (16:29 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 19 Jun 2002 16:29:07 +0000 (16:29 +0000)
Zend/zend_mm.h

index 5873b27cd2e59087cd73e05ab72e4da069d0a121..bd560a6c30439f907168fad45bb69ff256475781 100644 (file)
@@ -24,7 +24,8 @@
 
 #include "zend.h"
 
-#define ZEND_MM 0
+/* Define this to enable Zend MM */
+#undef ZEND_MM
 
 /* mm block type */
 typedef struct _zend_mm_block {