Change default `mrb_value` representation to `MRB_WORD_BOXING`.

parent 8813ebec
......@@ -79,11 +79,7 @@
/* if no specific boxing type is chosen */
#if !defined(MRB_NAN_BOXING) && !defined(MRB_WORD_BOXING) && !defined(MRB_NO_BOXING)
# if defined(MRB_64BIT) && !defined(MRB_INT64)
# define MRB_NAN_BOXING
# else
# define MRB_WORD_BOXING
# endif
# define MRB_WORD_BOXING
#endif
/* add -DMRB_INT32 to use 32bit integer for mrb_int; conflict with MRB_INT64;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment