mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a4243360a2
It potentially not work when `mrb_float` is `float` because `float` variable in variable length arguments is promoted to `double`. Also I fixed build with `MRB_WITHOUT_FLOAT`.