mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix the build
This commit is contained in:
@ -184,7 +184,7 @@ fn (p mut Parser) for_st() {
|
||||
}
|
||||
p.fspace()
|
||||
p.check(.lcbr)
|
||||
//p.genln('')
|
||||
p.genln('') // TODO why is this needed?
|
||||
p.statements()
|
||||
p.close_scope()
|
||||
p.for_expr_cnt--
|
||||
|
Reference in New Issue
Block a user