Re: [PATCH 06/21] vbscript: Added function arguments compiler implementation

2011-09-14 Thread Jacek Caban
On 09/14/11 13:47, Octavian Voicu wrote: On Wed, Sep 14, 2011 at 1:56 PM, Jacek Caban wrote: --- a/dlls/vbscript/compile.c +++ b/dlls/vbscript/compile.c @@ -658,9 +658,26 @@ static HRESULT create_function(compile_ctx_t *ctx, function_decl_t *decl, functi func->code_ctx = ctx->code;

Re: [PATCH 06/21] vbscript: Added function arguments compiler implementation

2011-09-14 Thread Octavian Voicu
On Wed, Sep 14, 2011 at 1:56 PM, Jacek Caban wrote: > --- a/dlls/vbscript/compile.c > +++ b/dlls/vbscript/compile.c > @@ -658,9 +658,26 @@ static HRESULT create_function(compile_ctx_t *ctx, > function_decl_t *decl, functi > func->code_ctx = ctx->code; > func->type = decl->type; > > +