mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7fe6f3976e
`state.c` makes a prototype declaration for the private `mrb_protect_atexit` which is defined in `error.c`. `error.c` defines this function with a void return type, but `state.c` defines the prototype with an `int` return type. This mismatch prevents mruby from compiling on stricter compilers like emscripten.