Merge pull request #5411 from artichoke/mrb_protect_atexit_prototype_mismatch

Fix incorrect prototype on declaration of mrb_protect_atexit
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-04-14 07:27:12 +09:00
committed by GitHub
+1 -1
View File
@@ -183,7 +183,7 @@ mrb_free_context(mrb_state *mrb, struct mrb_context *c)
mrb_free(mrb, c);
}
int mrb_protect_atexit(mrb_state *mrb);
void mrb_protect_atexit(mrb_state *mrb);
MRB_API void
mrb_close(mrb_state *mrb)