diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-27 11:40:27 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-27 11:40:27 +0100 |
| commit | df578d6ec58e678e30b90601550f82ac4153b3e8 (patch) | |
| tree | 086e3f1982b7e2ead03c4e2c47fa9343c768fcfd /src/parser.hpp | |
| parent | 6aae381e83dddf8808feefe4a5a2470320f27342 (diff) | |
Allow for either .odin file or directory as the initial start
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 4f33f44d2..2553d4776 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -70,7 +70,7 @@ struct AstFile { AstNode * curr_proc; isize scope_level; // DeclInfo * decl_info; // NOTE(bill): Created in checker - + isize error_count; CommentGroup lead_comment; // Comment (block) before the decl CommentGroup line_comment; // Comment after the semicolon |