diff options
| author | gingerBill <bill@gingerbill.org> | 2022-12-18 21:46:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-12-18 21:46:27 +0000 |
| commit | 690666537c8a27d3c418b38b3285899100c9a556 (patch) | |
| tree | 24f565f49b9a334a015bed2fc48bd0142398e223 /src/types.cpp | |
| parent | 056ba1ed13b36c8a85d7415f5a288a4780cb55f8 (diff) | |
Add `gb_internal` to checker
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types.cpp b/src/types.cpp index 2ab7374c2..c8e24f01d 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -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); } |