Reorder members of struct os_each_object_data to stop warnings.

`mrb_value` may or may not be struct according to configuration.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-07-19 13:10:08 +09:00
parent 00337543a5
commit 1d2c5c12d3
@@ -112,9 +112,9 @@ os_count_objects(mrb_state *mrb, mrb_value self)
}
struct os_each_object_data {
mrb_value block;
struct RClass *target_module;
mrb_int count;
mrb_value block;
};
static int