1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
Joe Conigliaro 2020-03-22 00:22:43 +11:00
parent f7042e9038
commit 9d80d261b9

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