mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b0d6413f2d
To more consistent names. * mrb_num_plus() -> mrb_num_add() * mrb_num_minus() -> mrb_num_sub() Since no one seems to use those functions, there should be no problem. We added migration macros for compatibility for safety.