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