mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
#location(..) and #call_location
This commit is contained in:
+1
-1
@@ -1161,7 +1161,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) {
|
||||
}
|
||||
|
||||
|
||||
TokenKind op = {};
|
||||
TokenKind op = Token_Invalid;
|
||||
|
||||
Operand a = lhs;
|
||||
Operand b = rhs;
|
||||
|
||||
Reference in New Issue
Block a user