From 812084ad72b77ae888ac9eb6fdca07355215611c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 4 Jul 2012 14:39:58 +0200 Subject: [PATCH 1/1] ast_call's param vector functions --- ast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ast.c b/ast.c index 21e43b3..39ddd6e 100644 --- a/ast.c +++ b/ast.c @@ -318,6 +318,7 @@ ast_call* ast_call_new(lex_ctx ctx, return self; } +MEM_VEC_FUNCTIONS(ast_call, ast_expression*, params) void ast_call_delete(ast_call *self) { -- 2.39.2