]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Update doc/specification.tex
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 658842291c15a158884c4d7fd2f67ecf4fb06e39..94f388e596a36ee395788a29585799d83a49546d 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -647,6 +647,8 @@ struct ast_function_s
     ast_block* *blocks;
 
     ast_value   *varargs;
+    ast_value   *argc;
+    ast_value   *fixedparams;
 };
 ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype);
 /* This will NOT delete the underlying ast_value */