]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
ast_block_collect: add to ast_block->collect and set the node's .keep=true, those...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index b7c61fbf6f96c6bc240dda87cceb4f4de2e19b11..9951216438bb43fdabc6643f994869d1e263e52c 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -438,6 +438,7 @@ MEM_VECTOR_PROTO(ast_block, ast_expression*, exprs);
 MEM_VECTOR_PROTO(ast_block, ast_expression*, collect);
 
 bool ast_block_codegen(ast_block*, ast_function*, bool lvalue, ir_value**);
+bool ast_block_collect(ast_block*, ast_expression*);
 
 /* Function
  *