diff options
-rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |