mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
mruby: reorder code
This commit is contained in:
parent
064cfaf16e
commit
a8af451550
2 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ void mrb_mruby_kernaux_gem_init(mrb_state *const mrb)
|
|||
mrb_define_class_under_id(mrb, rb_KernAux, MRB_SYM(Error), E_RUNTIME_ERROR);
|
||||
|
||||
init_assert(mrb);
|
||||
init_ntoa(mrb);
|
||||
init_cmdline(mrb);
|
||||
init_ntoa(mrb);
|
||||
init_printf(mrb);
|
||||
}
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ void current_mrb_finish(mrb_state *mrb);
|
|||
mrb_state *current_mrb_get();
|
||||
|
||||
void init_assert(mrb_state *mrb);
|
||||
void init_ntoa(mrb_state *mrb);
|
||||
void init_cmdline(mrb_state *mrb);
|
||||
void init_ntoa(mrb_state *mrb);
|
||||
void init_printf(mrb_state *mrb);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue