OS/2 Tinderbox break

PR_CALLBACK needed here
This commit is contained in:
mkaply%us.ibm.com 2000-09-01 13:03:40 +00:00
parent d77e0816f4
commit b501a83f8c

View File

@ -1000,7 +1000,7 @@ static JSPropertySpec OptionsProperties[] = {
{0}
};
static JSBool
static JSBool PR_CALLBACK
GetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
{
if (JSVAL_IS_INT(id)) {
@ -1011,7 +1011,7 @@ GetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
return JS_TRUE;
}
static JSBool
static JSBool PR_CALLBACK
SetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
{
if (JSVAL_IS_INT(id)) {