On Fri, Aug 10, 2012 at 10:03:04AM +0100, Neil wrote:
> Mike Hommey wrote:
> 
> >On Fri, Aug 10, 2012 at 09:24:57AM +0100, Neil wrote:
> >
> >>Ehsan Akhgari wrote:
> >>
> >>>PRIntn -> int32_t
> >>>PRUintn -> uint32_t
> >>>
> >>http://mxr.mozilla.org/comm-central/source/mozilla/nsprpub/pr/include/prtypes.h#385
> >>
> >>typedef int PRIntn;
> >>typedef unsigned int PRUintn;
> >>
> >What is it you're trying to say?
> >
> Should we be replacing all our other uses of int with int32_t too?

That PRIntn is int is an implementation detail. The intent when using
int and int32_t/PRInt32 is different. We should keep it that way.

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to