mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dd3ed8d99c
Fix overflow detection in integer operations with `MRB_WORD_BOXING`. This bug made `1073741824 == 1073741824+0` to be `false` on 32bit platforms.