Files
mruby-mruby/src
Ryan Lopopolo 7fe6f3976e Fix incorrect prototype on declaration of mrb_protect_atexit
`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.
2021-04-13 07:57:09 -07:00
..
2021-03-12 18:34:09 +09:00
2021-01-02 23:50:18 +09:00
2021-03-19 10:37:10 +09:00
2021-03-28 08:35:29 +09:00
2021-04-03 19:51:01 +10:00
2016-05-09 17:19:47 +02:00
2021-04-10 17:33:50 +09:00