jscript: Make interp_expression_eval() static.
This commit is contained in:
parent
22cb047ed4
commit
0a065cb4bd
|
@ -3407,7 +3407,7 @@ OP_LIST
|
|||
#undef X
|
||||
};
|
||||
|
||||
HRESULT interp_expression_eval(script_ctx_t *ctx, expression_t *expr, DWORD flags, jsexcept_t *ei, exprval_t *ret)
|
||||
static HRESULT interp_expression_eval(script_ctx_t *ctx, expression_t *expr, DWORD flags, jsexcept_t *ei, exprval_t *ret)
|
||||
{
|
||||
exec_ctx_t *exec_ctx = ctx->exec_ctx;
|
||||
unsigned prev_ip, prev_top;
|
||||
|
|
Loading…
Reference in New Issue