mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix further windows build bustage
This commit is contained in:
parent
b554980985
commit
b9b06ef066
@ -4896,7 +4896,7 @@ regexp_test(JSContext *cx, uintN argc, jsval *vp)
|
||||
}
|
||||
|
||||
#ifdef JS_TRACER
|
||||
static jsint FASTCALL
|
||||
static JSBool FASTCALL
|
||||
Regexp_p_test(JSContext* cx, JSObject* regexp, JSString* str)
|
||||
{
|
||||
jsval vp[3] = { JSVAL_NULL, OBJECT_TO_JSVAL(regexp), STRING_TO_JSVAL(str) };
|
||||
|
Loading…
Reference in New Issue
Block a user