mrb_ prefix convention

This commit is contained in:
Rory O'Connell
2020-07-15 19:57:22 -07:00
parent 38b0759108
commit f74d370c15
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ ht_foreach(mrb_state *mrb, htable *t, mrb_hash_foreach_func *func, void *p)
}
mrb_int
os_memsize_of_hash_table(mrb_value obj)
mrb_os_memsize_of_hash_table(mrb_value obj)
{
struct htable *h = mrb_hash_ptr(obj)->ht;
mrb_int segkv_size = 0;