]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
ast_call's param vector functions
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Wed, 4 Jul 2012 12:39:58 +0000 (14:39 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Wed, 4 Jul 2012 12:39:58 +0000 (14:39 +0200)
ast.c

diff --git a/ast.c b/ast.c
index 21e43b3933ad188e425f7b496155001bb3382360..39ddd6e4efe223f8ff8def1465ae337130f43b10 100644 (file)
--- 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)
 {