fix the warnings that went along with the last bustage fix - in case one of the compilers needs it. brendan can fix as he likes in the morning

git-svn-id: svn://10.0.0.236/trunk@76704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2000-08-19 10:36:45 +00:00
parent 1d8567d550
commit 2dab0327a4
6 changed files with 8 additions and 8 deletions

View File

@@ -623,7 +623,7 @@ script_call(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
}
JS_FRIEND_DATA(JSClass) js_ScriptClass = {
js_Script_str,
(char *)js_Script_str,
JSCLASS_HAS_PRIVATE,
JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_PropertyStub,
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, script_finalize,