X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ast.h;h=94f388e596a36ee395788a29585799d83a49546d;hb=ddb0be6c0a7954c161521a01c5fe1d83cd14b1ac;hp=2e9858fc85054ed6c6ff81dd7ebbe295d7bd7e77;hpb=a01388ea7dc38a8d895488e63d0ec9d875159156;p=xonotic%2Fgmqcc.git diff --git a/ast.h b/ast.h index 2e9858f..94f388e 100644 --- a/ast.h +++ b/ast.h @@ -648,6 +648,7 @@ struct ast_function_s 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 */