mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add or_break and or_continue constructs
This commit is contained in:
@@ -435,6 +435,7 @@ struct CheckerContext {
|
||||
#define MAX_INLINE_FOR_DEPTH 1024ll
|
||||
i64 inline_for_depth;
|
||||
|
||||
u32 stmt_flags;
|
||||
bool in_enum_type;
|
||||
bool collect_delayed_decls;
|
||||
bool allow_polymorphic_types;
|
||||
|
||||
Reference in New Issue
Block a user