Use mrb_int.

This commit is contained in:
take_cheeze
2014-03-25 11:08:54 +09:00
parent e5922aa896
commit 8ae3c80fc3
@@ -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