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 2f88240ce..f15aad756 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -52,6 +52,7 @@ struct AstFile {
AstPackage * pkg;
Scope * scope;
+ AstNode * pkg_decl;
String fullpath;
gbArena arena;
Tokenizer tokenizer;