rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the end of state, not process; ref #2211

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-06-10 17:59:56 +09:00
parent 2e7de03fe8
commit fe95f44013
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ mrb_top_self(mrb_state *mrb)
}
void
mrb_atexit(mrb_state *mrb, mrb_atexit_func f)
mrb_state_atexit(mrb_state *mrb, mrb_atexit_func f)
{
size_t stack_size;