Fix nested type declarations name generation, to be internally consistent

This commit is contained in:
gingerBill
2020-03-08 11:46:05 +00:00
parent c584456a21
commit 8dc74a004c
5 changed files with 73 additions and 23 deletions
+1
View File
@@ -182,6 +182,7 @@ struct Scope {
union {
AstPackage *pkg;
AstFile * file;
Entity * procedure_entity;
};
};