X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;fp=ast.h;h=e5b331b73712176667c1418afe03c2c835173874;hp=3938f2a15404e7c63e3ef722bf2168dfec72f2bd;hb=2e037832d36a30d6b4062232c52670f676011912;hpb=987f765c201bd81a84fb20d8858de70a2f4e47ae diff --git a/ast.h b/ast.h index 3938f2a..e5b331b 100644 --- a/ast.h +++ b/ast.h @@ -649,7 +649,7 @@ struct ast_function * here to use in ast_function_label. */ char labelbuf[64]; - ast_block* *blocks; + std::vector blocks; ast_value *varargs; ast_value *argc; ast_value *fixedparams;