mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
18fdf7e03f
The format specifier macros were needed to portably print a mrb_int,
because mrb_raisef() originally called vsnprintf(). It doesn't anymore
since 18b2683b97 and the mrb_int format
specifier macros are already gone.