Avoid bit fields in `mrb_value`; ref b2c3d88f
The changes at b2c3d88f were inappropriate because the memory layout of bit fields are implementation defined. Therefor, I fixed it not to use bit fields.
Showing
Please register or sign in to comment