mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-28 14:45:09 +00:00
Add #load(path) or_else default in favour of #load_or(path, default)
This commit is contained in:
@@ -282,7 +282,8 @@ enum StateFlag : u8 {
|
||||
StateFlag_type_assert = 1<<2,
|
||||
StateFlag_no_type_assert = 1<<3,
|
||||
|
||||
StateFlag_SelectorCallExpr = 1<<6,
|
||||
StateFlag_SelectorCallExpr = 1<<5,
|
||||
StateFlag_DirectiveWasFalse = 1<<6,
|
||||
|
||||
StateFlag_BeenHandled = 1<<7,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user