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