mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gen: removes struct name from list which shouldn't be initialized
This commit is contained in:
parent
d2badcdedf
commit
581586eb4e
@ -3446,7 +3446,7 @@ fn (mut g Gen) go_back_out(n int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
skip_struct_init = ['strconv__ftoa__Uf32', 'strconv__ftoa__Uf64', 'strconv__Float64u', 'struct stat',
|
skip_struct_init = ['strconv__ftoa__Uf32', 'strconv__ftoa__Uf64', 'struct stat',
|
||||||
'struct addrinfo',
|
'struct addrinfo',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user