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:
parent
f7042e9038
commit
9d80d261b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user