From e70d7cfc900a5f018eaaf86412e24ae90d2ccf99 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 1 Dec 2006 19:41:57 +0000 Subject: [PATCH] typo --- Zend/zend_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index cb14c3788b..332fd95437 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -375,7 +375,7 @@ struct _zend_mm_heap { # define ZEND_MM_ALIGNMENT_LOG2 3 #elif ZEND_MM_ALIGNMENT < 4 # undef ZEND_MM_ALIGNMENT -# undef ZEND_MM_ALIGNMENT +# undef ZEND_MM_ALIGNMENT_LOG2 # define ZEND_MM_ALIGNMENT 4 # define ZEND_MM_ALIGNMENT_LOG2 2 #endif -- 2.40.0