Pass any and union "by pointer" to make the tag a pointer

This commit is contained in:
gingerBill
2019-01-26 20:13:43 +00:00
parent a96bf08266
commit 44b959648c
5 changed files with 17 additions and 43 deletions
-1
View File
@@ -93,7 +93,6 @@ struct AstFile {
bool allow_in_expr; // NOTE(bill): in expression are only allowed in certain cases
bool in_foreign_block;
bool allow_type;
isize when_level;
Array<Ast *> decls;
Array<Ast *> imports; // 'import' 'using import'