Commit 0a065cb4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

jscript: Make interp_expression_eval() static.

parent 22cb047e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment