mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Fix MSVC
This commit is contained in:
@@ -504,6 +504,7 @@ bool type_is_comparable(Type *type)
|
||||
case TYPE_VECTOR:
|
||||
return true;
|
||||
}
|
||||
UNREACHABLE
|
||||
}
|
||||
|
||||
void type_mangle_introspect_name_to_buffer(Type *type)
|
||||
|
||||
Reference in New Issue
Block a user