class.c (mrb_gc_mark_mt_size) unify with mrb_gc_mark_mt

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-03-14 11:58:00 +09:00
parent 2cb3f1d9e5
commit f13daee2f5
3 changed files with 11 additions and 19 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ struct mrb_backtrace_location {
};
/* gc */
void mrb_gc_mark_mt(mrb_state*, struct RClass*);
size_t mrb_gc_mark_mt_size(mrb_state*, struct RClass*);
size_t mrb_gc_mark_mt(mrb_state*, struct RClass*);
void mrb_gc_free_mt(mrb_state*, struct RClass*);
/* hash */