mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit mode
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
# error MRB_INT16 is too small for MRB_WORD_BOXING.
|
||||
#endif
|
||||
|
||||
#if defined(MRB_INT64) && !defined(MRB_64BIT)
|
||||
#error MRB_INT64 cannot be used with MRB_WORD_BOXING in 32-bit mode.
|
||||
#endif
|
||||
|
||||
struct RFloat {
|
||||
MRB_OBJECT_HEADER;
|
||||
mrb_float f;
|
||||
|
||||
Reference in New Issue
Block a user