diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-27 13:09:37 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-27 13:09:37 +0100 |
| commit | e7e1866e5047a85648e758a2d94c8247c65a6608 (patch) | |
| tree | 5b837f4cda820adf20f79a78bf86f3c7bd3070a5 /src/entity.cpp | |
| parent | 94fd59e6f0e509f823edd3c90130841510cceb70 (diff) | |
Fix #893
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index d1f4c78e6..460f4ec6d 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -126,6 +126,8 @@ struct Entity { Entity * using_parent; Ast * using_expr; + Entity * aliased_of; + lbModule * code_gen_module; lbProcedure *code_gen_procedure; |