mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
oh boy, basic osx/unix support
This commit is contained in:
@@ -724,6 +724,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) {
|
||||
}
|
||||
|
||||
skip_expr:
|
||||
; // again, declaring a variable immediately after a label... weird.
|
||||
AstNode *lhs[2] = {rs->value, rs->index};
|
||||
Type * rhs[2] = {val, idx};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user