diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-12-09 16:28:31 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-12-09 16:28:31 +0000 |
| commit | a6f8c9d6e097b282415a9d4502b3ec4e62e304d6 (patch) | |
| tree | 716ad005be787859b7f17bfa37103f2f0587f628 /src/parser.c | |
| parent | de9016b7d06edd62a1b0a7aa3c031e604fa6d7a7 (diff) | |
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
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); |