mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6518 from HirohitoHigashi/master
This commit is contained in:
@@ -26,7 +26,7 @@ struct mrbc_args {
|
||||
mrb_bool verbose : 1;
|
||||
mrb_bool no_ext_ops : 1;
|
||||
mrb_bool no_optimize : 1;
|
||||
uint8_t flags : 2;
|
||||
uint8_t flags : 3;
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user