v0.0.4 - odin build_dll, atomic.odin, sync.odin

This commit is contained in:
Ginger Bill
2016-12-09 16:28:31 +00:00
parent de9016b7d0
commit a6f8c9d6e0
11 changed files with 125 additions and 62 deletions
+1
View File
@@ -1936,6 +1936,7 @@ AstNode *parse_simple_stmt(AstFile *f) {
f->curr_token.kind == Token_enum ||
f->curr_token.kind == Token_union ||
f->curr_token.kind == Token_raw_union) {
// if (f->curr_token.kind == Token_type) {
Token token = f->curr_token;
if (token.kind == Token_type) {
next_token(f);