mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix prod build
This commit is contained in:
parent
baaa55f196
commit
07a2233220
@ -247,7 +247,7 @@ pub fn (g mut Gen) gen_print_from_expr(expr ast.Expr) {
|
|||||||
|
|
||||||
pub fn (g mut Gen) gen_print(s string) {
|
pub fn (g mut Gen) gen_print(s string) {
|
||||||
//
|
//
|
||||||
qq := s + '\n'
|
// qq := s + '\n'
|
||||||
//
|
//
|
||||||
g.strings << s + '\n'
|
g.strings << s + '\n'
|
||||||
// g.string_addr[s] = str_pos
|
// g.string_addr[s] = str_pos
|
||||||
|
Loading…
Reference in New Issue
Block a user