mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Change semantics for distinctness for pointers, arrays, dynamic arrays, and maps.
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ bool is_type_distinct(AstNode *node) {
|
||||
case AstNode_ArrayType:
|
||||
case AstNode_DynamicArrayType:
|
||||
case AstNode_MapType:
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user