diff options
| author | gingerBill <bill@gingerbill.org> | 2019-01-26 20:13:43 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-01-26 20:13:43 +0000 |
| commit | 44b959648c5b2ba7afc0b897760b3fa09aa876f6 (patch) | |
| tree | ea9b98ee8d6911d5a2e58dd5acdfdbe9920d814d /src/parser.hpp | |
| parent | a96bf082668cd8e453a1bc0330d4e862d2a8126a (diff) | |
Pass any and union "by pointer" to make the tag a pointer
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 6f48673a8..fabb7ff8e 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -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' |