aboutsummaryrefslogtreecommitdiff
path: root/src/checker/entity.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-08-30 00:04:14 +0100
committerGinger Bill <bill@gingerbill.org>2016-08-30 00:04:14 +0100
commit0eaf7bd830dcda6e00f80eefed36bdf7beb02d5d (patch)
tree3e65c52384458031b5ede490429c9c1938d8ba0b /src/checker/entity.cpp
parent593563d8eabf725ac851f4c3c72cd32b5a71aa7c (diff)
Begin "Everything's a namespace"
Diffstat (limited to 'src/checker/entity.cpp')
-rw-r--r--src/checker/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker/entity.cpp b/src/checker/entity.cpp
index 339eda248..de4095766 100644
--- a/src/checker/entity.cpp
+++ b/src/checker/entity.cpp
@@ -34,6 +34,7 @@ struct Entity {
Scope *scope;
Token token;
Type *type;
+ Entity *using_parent;
union {
struct { ExactValue value; } Constant;