mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user