mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Bug 423231. bustage fix.
This commit is contained in:
parent
6df06a20ce
commit
13e12f02a3
@ -227,7 +227,7 @@ math_atan2(JSContext *cx, uintN argc, jsval *vp)
|
||||
return js_NewNumberInRootedValue(cx, math_atan2_kernel (x, y), vp);
|
||||
}
|
||||
|
||||
static inline jsdouble FASTCALL
|
||||
static inline jsdouble JS_FASTCALL
|
||||
math_ceil_kernel(jsdouble x)
|
||||
{
|
||||
#if defined(XP_MACOSX) || defined(DARWIN)
|
||||
|
Loading…
Reference in New Issue
Block a user