Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
92ec6c64a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      typer.ml

+ 1 - 1
typer.ml

@@ -166,7 +166,7 @@ let rec unify_call_params ctx name el args r p inline =
 			let e = type_expr ctx infos true in
 			(e, true)
 		else
-			(null (if ctx.com.platform = Cpp then ctx.t.tnull t else t) p, true)
+			(null (ctx.t.tnull t) p, true)
 	in
 	let rec loop acc l l2 skip =
 		match l , l2 with