>     I see the following in rand.c, any reason for the inline
>     declaration?
>
>     static inline php_uint32 randomMT(TSRMLS_D)

I mailed to the original creator about this already long time ago, and it
definitely has a reason.

The reason is performance, and after all, it doesn't hurt anyway. So why
remove it?

--Jeroen


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to