mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dc5566e560
`int_fit_limb_p()` checks if `mrb_int` fits in `mp_limb`. Previous logic did not work well with negative integers.