diff options
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c index 6b09b9da6..62c8902b0 100644 --- a/src/parser.c +++ b/src/parser.c @@ -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); |