On 08/20/2013 02:15 AM, Nicholas Nethercote wrote:
They can be replaced by forward declarations of a handful of types,
e.g.:

   struct jsid;

This is not actually the case: jsid is a typedef for ptrdiff_t in release builds, so you'll still need to include jspubtd.h for it.

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

Reply via email to