aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-27 10:59:39 +0100
committergingerBill <bill@gingerbill.org>2021-07-27 10:59:39 +0100
commit116e98b37891091841976d1c70ec1fb39c439d8a (patch)
tree38be4a443bde7e40037c65a82cf08c5ab756f574 /src/parser.hpp
parentae25787f48f4190a90428228c22faf6ae22d7365 (diff)
Improve default scope size
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 9fc4c95a3..b3bdfd15d 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -112,6 +112,7 @@ struct AstFile {
bool in_foreign_block;
bool allow_type;
+ isize total_file_decl_count;
Slice<Ast *> decls;
Array<Ast *> imports; // 'import'
isize directive_count;