mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Fix nested type declarations name generation, to be internally consistent
This commit is contained in:
@@ -182,6 +182,7 @@ struct Scope {
|
||||
union {
|
||||
AstPackage *pkg;
|
||||
AstFile * file;
|
||||
Entity * procedure_entity;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user