Commit 8ae3c80f authored by take_cheeze's avatar take_cheeze

Use mrb_int.

parent e5922aa8
......@@ -104,7 +104,7 @@ os_count_objects(mrb_state *mrb, mrb_value self)
struct os_each_object_data {
mrb_value block;
struct RClass *target_module;
int count;
mrb_int count;
};
static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment