Jacek Caban : jscript: Store parser_ctx_t in bytecode_t instead of other way around.

Alexandre Julliard julliard at winehq.org
Tue Mar 13 13:50:35 CDT 2012


Module: wine
Branch: master
Commit: a1c4c840055159c2ffa02b55d618857e1a635f0a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a1c4c840055159c2ffa02b55d618857e1a635f0a

Author: Jacek Caban <jacek at 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=a1c4c840055159c2ffa02b55d618857e1a635f0a



More information about the wine-cvs mailing list