On Aug 23, 2014 4:34 PM, "Andrea Faulds" <a...@ajf.me> wrote:
>
>
> On 23 Aug 2014, at 10:43, Dmitry Stogov <dmi...@zend.com> wrote:
>
> > I think it's ok to keep zend_off_t and zend_size_t as is.
>
> Could someone enlighten me as to why we need zend_size_t? Isn’t that just
a typedef for size_t? It’s not like it’ll vary on different platforms,
doing so would defeat the purpose of using size_t in the first place.

Was not desired back then as it "changed too much". So it simply matched
what already exists for years.

To me we should just use size_t and uint32_t for zend_uint (solving the
zend_uint vs zend_into_t).

Cheers,
Pierre

Reply via email to