]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
prog_leavefunction needs to take the ++st into account - otherwise INSTR_RETURN ends...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 42a4b9ace87c4f4ba99c846e5f96614899e2497a..0059e823fa303c0bc895ea3e7d0a7db4c68e8ce1 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -160,6 +160,8 @@ bool ast_global_codegen(ast_value *self, ir_builder *ir);
 
 bool GMQCC_WARN ast_value_params_add(ast_value*, ast_value*);
 
+bool ast_compare_type(ast_expression *a, ast_expression *b);
+
 /* Binary
  *
  * A value-returning binary expression.