Bug 730511: remove obsolete typedefs intN, uintN, r=luke

This commit is contained in:
David Mandelin
2012-02-28 15:11:11 -08:00
parent 7f34ac87cf
commit f0690b22d1
210 changed files with 2644 additions and 2646 deletions

View File

@@ -30,7 +30,7 @@ JSClass global_class = {
JS::Anchor<JSObject *> trusted_glob, trusted_fun;
JSBool
CallTrusted(JSContext *cx, uintN argc, jsval *vp)
CallTrusted(JSContext *cx, unsigned argc, jsval *vp)
{
if (!JS_SaveFrameChain(cx))
return JS_FALSE;