When I ported Gecko to LLP64 model OS (Win64) several years ago, some reviewers said, "Use PRUptrdiff for pointer size value instread of PRUword." So I landed a fix by PRUptrdiff for this...

OK. I will file a bug for these situation. Some causes can replace with uintptr_t.


On 2012/08/24 13:11, Ehsan Akhgari wrote:
On 12-08-23 9:30 PM, Makoto Kato wrote:
How about PRUptrdiff?  Most cases can changes to uintptr_t.

PRUptrdiff does not have a stdint equivalent.  Really, the notion of an
unsigned difference type is meaningless.  The few places in the code
which use PRUptrdiff need to be converted into something sane manually.

Cheers,
Ehsan


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

Reply via email to