fix prod build
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) {
|
||||
//
|
||||
qq := s + '\n'
|
||||
// qq := s + '\n'
|
||||
//
|
||||
g.strings << s + '\n'
|
||||
// g.string_addr[s] = str_pos
|
||||
|
|
Loading…
Reference in New Issue