mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6f202d6c2b
Replace all int64_t, uint64_t, uint32_t, and int32_t with mrb_int in the HAL struct, timeval, and function signatures. All values originate from or end up as mrb_int at the Ruby layer. Also removes dead overflow checks in callers and the stdint.h dependency from io_hal.h. Co-authored-by: Claude <noreply@anthropic.com>