summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/mozjs-c99math.patch
blob: ce05c17965182eabdbdf5c98793c5da153393bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-1.9.2.orig/js/src/jsnum.h
+++ mozilla-1.9.2/js/src/jsnum.h
@@ -98,7 +98,7 @@
 #ifdef WIN32
     return _finite(d);
 #else
-    return finite(d);
+    return __finite(d);
 #endif
 }