internal.h: add mrb_obj_equal_m to internal.h

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-06-15 23:36:27 +09:00
parent a04d18bb6d
commit 5e4cecf766
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -556,8 +556,6 @@ mrb_encoding(mrb_state *mrb, mrb_value self)
#endif
}
mrb_value mrb_obj_equal_m(mrb_state *mrb, mrb_value);
void
mrb_init_kernel(mrb_state *mrb)
{