aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
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 c123cee0e..9e20ffc1b 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -128,6 +128,7 @@ struct AstPackage {
String name;
String fullpath;
Array<AstFile *> files;
+ bool is_single_file;
// NOTE(bill): Created/set in checker
Scope * scope;