mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change default mrb_value representation to MRB_WORD_BOXING.
This commit is contained in:
+1
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user