Now && and || short circuiting is done in obj_lower
This commit is contained in:
@@ -31,7 +31,7 @@ fun c_line_control(name_ast_map: *map<string, pair<*tree<symbol>,*ast_node>>, as
|
||||
}
|
||||
}
|
||||
if (first)
|
||||
run_on_tree(helper, empty_pass_half, syntax_ast_pair.second)
|
||||
run_on_tree(helper, empty_pass_second_half, syntax_ast_pair.second)
|
||||
first = false
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user