On 22/8/12 17:35, Ehsan Akhgari wrote:
I just landed the patches in bug 579517 which switch all of the code in
mozilla-central and comm-central [1] to use the standard integer types
as opposed to NSPR integer types.  Here's what this means to you:

* If you're a developer, this will most likely bitrot your patches.  You
can use this script [2] in order to unbitrot your patches if you use
mercurial queues.

[2] https://bugzilla.mozilla.org/attachment.cgi?id=650572

Beware that this script is slightly obsolete, inasmuch as it converts PRIntn/PRUintn to int32_t/uint32_t (should be int/unsigned).

JK

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

Reply via email to