summaryrefslogtreecommitdiffhomepage
path: root/src/value_array.h
diff options
context:
space:
mode:
authorRyan Lopopolo <[email protected]>2021-04-13 07:57:09 -0700
committerRyan Lopopolo <[email protected]>2021-04-13 07:57:09 -0700
commit7fe6f3976eca19a86fe533deb4c60b31cd80a236 (patch)
tree9d407e7ce6c971fd6798cef7a20682970ce4ddf5 /src/value_array.h
parent1a3846b49256cf98574a454ba43ea2587db03be2 (diff)
downloadmruby-7fe6f3976eca19a86fe533deb4c60b31cd80a236.tar.gz
mruby-7fe6f3976eca19a86fe533deb4c60b31cd80a236.zip
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.
Diffstat (limited to 'src/value_array.h')
0 files changed, 0 insertions, 0 deletions