gen: rename _init() to _vinit() in cheaders.v

pull/4093/head
Joe Conigliaro 2020-03-22 00:22:43 +11:00
parent f7042e9038
commit 9d80d261b9
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ extern wchar_t **_wenviron;
byte g_str_buf[1024];
int load_so(byteptr);
void reload_so();
void _init();
void _vinit();
// ============== wyhash ==============
// Author: Wang Yi