From 13e12f02a3fbab58b1f8efd3c6ababbe6c8f5985 Mon Sep 17 00:00:00 2001 From: Robert Sayre Date: Wed, 17 Dec 2008 18:27:17 -0500 Subject: [PATCH] Bug 423231. bustage fix. --- js/src/jsmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsmath.cpp b/js/src/jsmath.cpp index fb617365b955..002ba96214a0 100644 --- a/js/src/jsmath.cpp +++ b/js/src/jsmath.cpp @@ -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)