Change mrbc_args.flags bit width from 2 to 3.

This commit is contained in:
HirohitoHigashi
2025-04-25 12:05:01 +09:00
parent 9c6349c769
commit 586ff7a694
+1 -1
View File
@@ -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