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

fix v prod build

This commit is contained in:
Alexander Medvednikov 2019-12-27 07:04:41 +03:00
parent 0a3adb5de8
commit e20ca28d5c

View File

@ -4,7 +4,7 @@
module compiler
fn (p mut Parser) bool_expression() string {
is_ret := p.prev_tok == .key_return
//is_ret := p.prev_tok == .key_return
start_ph := p.cgen.add_placeholder()
mut expected := p.expected_type
tok := p.tok