mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 08:26:47 +00:00
v0.0.4 - odin build_dll, atomic.odin, sync.odin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user