mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use mrb_int.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user