mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-21 10:26:41 +00:00
v0.3 Release
This commit is contained in:
@@ -3880,7 +3880,6 @@ AstNodeArray parse_stmt_list(AstFile *f) {
|
||||
AstNodeArray list = make_ast_node_array(f);
|
||||
|
||||
while (f->curr_token.kind != Token_case &&
|
||||
// f->curr_token.kind != Token_default &&
|
||||
f->curr_token.kind != Token_CloseBrace &&
|
||||
f->curr_token.kind != Token_EOF) {
|
||||
AstNode *stmt = parse_stmt(f);
|
||||
|
||||
Reference in New Issue
Block a user