Module: wine Branch: master Commit: a1c4c840055159c2ffa02b55d618857e1a635f0a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a1c4c840055159c2ffa02b55d6...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 12 19:24:22 2012 +0100
jscript: Store parser_ctx_t in bytecode_t instead of other way around.
---
dlls/jscript/compile.c | 24 ++++++++++++------ dlls/jscript/engine.c | 23 +++++++----------- dlls/jscript/engine.h | 60 +++++++++++++++++++++++++--------------------- dlls/jscript/function.c | 30 ++++++++++++----------- dlls/jscript/global.c | 8 +++--- dlls/jscript/jscript.c | 34 +++++++++++++------------- dlls/jscript/parser.y | 2 - 7 files changed, 95 insertions(+), 86 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a1c4c840055159c2ffa02b...