diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-12-01 19:41:57 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-12-01 19:41:57 +0000 |
commit | e70d7cfc900a5f018eaaf86412e24ae90d2ccf99 (patch) | |
tree | ff7b25cb74a18821c94a5d46e3eaf7b71b8c355b | |
parent | b3004fb883d44efc28207289e914794ffd7a0649 (diff) | |
download | php-git-e70d7cfc900a5f018eaaf86412e24ae90d2ccf99.tar.gz |
typo
-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 |