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:
parent
0a3adb5de8
commit
e20ca28d5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user