mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-08 05:07:18 +00:00
Add gb_internal to checker
This commit is contained in:
@@ -4029,9 +4029,8 @@ gb_internal bool has_type_got_objc_class_attribute(Type *t) {
|
||||
|
||||
|
||||
|
||||
gb_internal bool internal_check_is_assignable_to(Type *src, Type *dst);
|
||||
gb_internal bool is_type_objc_object(Type *t) {
|
||||
bool internal_check_is_assignable_to(Type *src, Type *dst);
|
||||
|
||||
return internal_check_is_assignable_to(t, t_objc_object);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user