1
0
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:
Alexander Medvednikov
2019-11-11 06:06:49 +03:00
parent 0ad0a61db2
commit 8947717e3e
3 changed files with 9 additions and 4 deletions

View File

@ -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--