jscript: Make interp_expression_eval() static.

This commit is contained in:
Francois Gouget 2011-12-06 17:38:21 +01:00 committed by Alexandre Julliard
parent 22cb047ed4
commit 0a065cb4bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;