From bba088bee70a220c6ff99fc7fe68245e1ad6f932 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 24 Jun 2017 11:42:49 +0100 Subject: Use UTF-8 command line on windows --- src/ir.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ir.cpp') diff --git a/src/ir.cpp b/src/ir.cpp index dc1bd2142..b2a6b9579 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -7544,7 +7544,8 @@ void ir_gen_tree(irGen *s) { String name = str_lit(IR_STARTUP_RUNTIME_PROC_NAME); Type *proc_type = make_type_proc(a, gb_alloc_item(a, Scope), NULL, 0, - NULL, 0, false, ProcCC_Contextless); + NULL, 0, false, + ProcCC_Contextless); AstNode *body = gb_alloc_item(a, AstNode); Entity *e = make_entity_procedure(a, NULL, make_token_ident(name), proc_type, 0); irValue *p = ir_value_procedure(a, m, e, proc_type, NULL, body, name); -- cgit v1.2.3