aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 56d9b74c7..3da2551f1 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -134,7 +134,7 @@ struct Parser {
Map<AstPackage *> package_map; // Key: String (package name)
Array<AstPackage *> packages;
Array<ImportedPackage> package_imports;
- Array<ImportedFile> files_to_process;
+ isize file_to_process_count;
isize total_token_count;
isize total_line_count;
gbMutex file_add_mutex;