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
@@ -27,6 +27,8 @@ mrb_value mrb_mod_const_missing(mrb_state *mrb, mrb_value mod);
mrb_value mrb_const_missing(mrb_state *mrb, mrb_value mod, mrb_sym sym);
#endif
mrb_value mrb_obj_equal_m(mrb_state *mrb, mrb_value);
/* debug */
size_t mrb_packed_int_len(uint32_t num);
size_t mrb_packed_int_encode(uint32_t num, uint8_t *p, uint8_t *pend);