Hi,

On Fri, 1 Dec 2006, sean finney wrote:

> @@ -373,6 +373,11 @@
>  #ifndef ZEND_MM_ALIGNMENT
>  # define ZEND_MM_ALIGNMENT 8
>  # define ZEND_MM_ALIGNMENT_LOG2 3
> +#elif ZEND_MM_ALIGNMENT < 4
> +# undef ZEND_MM_ALIGNMENT
> +# undef ZEND_MM_ALIGNMENT
> +# define ZEND_MM_ALIGNMENT 4
> +# define ZEND_MM_ALIGNMENT_LOG2 2
>  #endif
>  
>  #define ZEND_MM_ALIGNMENT_MASK ~(ZEND_MM_ALIGNMENT-1)
> 
> 
> is it me or should that second undef be replaced with ZEND_MM_ALIGNMENT_LOG2 ?

Yes, I noticed that too and it's fixed now:

http://news.php.net/php.zend-engine.cvs/5439

bye, Roman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to