mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-04 07:37:04 +00:00
Use *_set_update where possible
This commit is contained in:
@@ -812,7 +812,7 @@ gb_internal void init_type_mutex(void) {
|
||||
mutex_init(&g_type_mutex);
|
||||
}
|
||||
|
||||
gb_internal bool type_ptr_set_exists(PtrSet<Type *> *s, Type *t) {
|
||||
gb_internal bool type_ptr_set_update(PtrSet<Type *> *s, Type *t) {
|
||||
if (ptr_set_exists(s, t)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user