Commit 81828f8b authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Fix `struct RRange` overflow on 32-bit CPU with `MRB_NAN_BOXING`

parent 1685c459
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
*/ */
MRB_BEGIN_DECL MRB_BEGIN_DECL
#if defined(MRB_NAN_BOXING) || defined(MRB_WORD_BOXING) #if defined(MRB_NAN_BOXING) && defined(MRB_64BIT) || defined(MRB_WORD_BOXING)
# define MRB_RANGE_EMBED # define MRB_RANGE_EMBED
#endif #endif
......
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