This commit is contained in:
gingerBill
2021-04-27 13:09:37 +01:00
parent 94fd59e6f0
commit e7e1866e50
6 changed files with 36 additions and 32 deletions

View File

@@ -126,6 +126,8 @@ struct Entity {
Entity * using_parent;
Ast * using_expr;
Entity * aliased_of;
lbModule * code_gen_module;
lbProcedure *code_gen_procedure;