mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 01:34:39 +00:00
Fix rules for recursive initialization with procedure entities; Fix executable name if not given
This commit is contained in:
@@ -66,7 +66,7 @@ enum EntityFlag : u32 {
|
||||
|
||||
enum EntityState {
|
||||
EntityState_Unresolved = 0,
|
||||
EntityState_InProgress = 1,
|
||||
EntityState_InProgress = 1,
|
||||
EntityState_Resolved = 2,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user