mch_early_init() -> early_init().

Move general initialization functions to early_init, which simplifies
test/unit/helpers.lua, which requires all these functions.
This commit is contained in:
Scott Prager
2014-09-19 03:49:37 -04:00
parent d5ea183633
commit 275f6e3a6b
3 changed files with 55 additions and 71 deletions

View File

@@ -439,12 +439,6 @@ int mch_nodetype(char_u *name)
return NODE_WRITABLE;
}
void mch_early_init(void)
{
handle_init();
time_init();
}
#if defined(EXITFREE) || defined(PROTO)
void mch_free_mem(void)
{