mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
Change error to syntax_error in parser
This commit is contained in:
@@ -1975,7 +1975,6 @@ Type *handle_single_distributed_type_parameter(Array<Type *> const &types, bool
|
||||
default:
|
||||
return types[0];
|
||||
}
|
||||
return t_u64;
|
||||
} else if (types.count >= 2) {
|
||||
if (types[0] == t_f32 && types[1] == t_f32) {
|
||||
if (offset) *offset = 2;
|
||||
|
||||
Reference in New Issue
Block a user