mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +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);
|
return js_NewNumberInRootedValue(cx, math_atan2_kernel (x, y), vp);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline jsdouble FASTCALL
|
static inline jsdouble JS_FASTCALL
|
||||||
math_ceil_kernel(jsdouble x)
|
math_ceil_kernel(jsdouble x)
|
||||||
{
|
{
|
||||||
#if defined(XP_MACOSX) || defined(DARWIN)
|
#if defined(XP_MACOSX) || defined(DARWIN)
|
||||||
|
Loading…
Reference in New Issue
Block a user