fix v prod build

pull/3208/head
Alexander Medvednikov 2019-12-27 07:04:41 +03:00
parent 0a3adb5de8
commit e20ca28d5c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
module compiler module compiler
fn (p mut Parser) bool_expression() string { 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() start_ph := p.cgen.add_placeholder()
mut expected := p.expected_type mut expected := p.expected_type
tok := p.tok tok := p.tok