This commit is contained in:
Dmitry Stogov 2006-12-01 19:42:19 +00:00
parent 1f2d5e3b00
commit 5b5b730c4c

View File

@ -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