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

compiler: simplify [0; n]

This commit is contained in:
Alexander Medvednikov
2019-08-31 01:30:28 +03:00
parent 04a200d3d8
commit 29b4114bc0
2 changed files with 1 additions and 11 deletions

View File

@@ -115,7 +115,6 @@ typedef map map_string;
//#define ALLOC_INIT(type, ...) (type *)memdup((type[]){ __VA_ARGS__ }, sizeof(type))
//================================== GLOBALS =================================*/
//int V_ZERO = 0;
byteptr g_str_buf;
int load_so(byteptr);
void reload_so();