aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 31081e5ce..aea01d6ac 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -76,7 +76,7 @@ struct Entity {
AstNode * identifier; // Can be nullptr
DeclInfo * decl_info;
DeclInfo * parent_proc_decl; // nullptr if in file/global scope
- AstPackage *package;
+ AstPackage *pkg;
// TODO(bill): Cleanup how `using` works for entities
Entity * using_parent;