On 10/8/12 10:03, 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?

Or, shouldn't we be mapping PRIntn -> int and PRUintn -> unsigned int, rather than to explicitly-sized types?


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

Reply via email to