jscript: Make interp_expression_eval() static.

Francois Gouget fgouget at free.fr
Tue Dec 6 10:38:21 CST 2011


---
 dlls/jscript/engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/jscript/engine.c b/dlls/jscript/engine.c
index 7627a5b..b6e22f1 100644
--- a/dlls/jscript/engine.c
+++ b/dlls/jscript/engine.c
@@ -3504,7 +3504,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;
-- 
1.7.7.3




More information about the wine-patches mailing list