Linux Compat and some updated PARANOIA code

This was SVN commit r1189.
This commit is contained in:
olsner
2004-09-22 15:20:58 +00:00
parent ab7b542c20
commit df1b502bbd
8 changed files with 70 additions and 36 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ JSBool getLanguageID(JSContext* cx, JSObject* UNUSEDPARAM(globalObject), unsigne
return JS_TRUE;
}
extern "C" extern int fps;
extern "C" int fps;
JSBool getFPS(JSContext* UNUSEDPARAM(cx), JSObject* UNUSEDPARAM(globalObject), unsigned int UNUSEDPARAM(argc), jsval* UNUSEDPARAM(argv), jsval* rval)
{
*rval = INT_TO_JSVAL(fps);