(no bug) Use JS_FASTCALL for math_atan2_kernel.

This commit is contained in:
Jim Blandy 2008-12-01 18:18:22 -08:00
parent a5c2753bb6
commit 2da951bef1

View File

@ -179,7 +179,7 @@ math_atan(JSContext *cx, uintN argc, jsval *vp)
return js_NewNumberInRootedValue(cx, z, vp);
}
static inline jsdouble FASTCALL
static inline jsdouble JS_FASTCALL
math_atan2_kernel(jsdouble x, jsdouble y)
{
#if defined(_MSC_VER)