diff options
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index f05fcee90..c36fea6e3 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1128,7 +1128,7 @@ mrb_class_find_path(mrb_state *mrb, struct RClass *c) return path; } -mrb_int +size_t mrb_obj_iv_tbl_memsize(mrb_state* mrb, mrb_value obj) { size_t nseg = 0; |
