]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
-fbail-on-werror option
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 8b8afd10eb04c3bdf8e052dfad82279695827432..bc37eea72888fb3800028997f1f9b4559567224c 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -326,6 +326,7 @@ struct ast_member_s
 };
 ast_member* ast_member_new(lex_ctx ctx, ast_expression *owner, unsigned int field, const char *name);
 void ast_member_delete(ast_member*);
+bool ast_member_set_name(ast_member*, const char *name);
 
 bool ast_member_codegen(ast_member*, ast_function*, bool lvalue, ir_value**);