diff dmd/backend/code.d @ 34:544b922227c7

update to work with dmd 2.048
author korDen
date Sat, 21 Aug 2010 05:46:08 +0400
parents 10317f0c89a5
children e28b18c23469
line wrap: on
line diff
--- a/dmd/backend/code.d	Sat Aug 21 05:45:28 2010 +0400
+++ b/dmd/backend/code.d	Sat Aug 21 05:46:08 2010 +0400
@@ -140,7 +140,7 @@
 	writefln("targ_long.sizeof: %d", targ_long.sizeof);
 	foreach (a, b; foo.tupleof)
 	{
-		std.stdio.writeln(foo.tupleof[a].stringof, " ", cast(char*)&foo.tupleof[a] - cast(char*)foo, " = ", foo.tupleof[a]);
+		///std.stdio.writeln(foo.tupleof[a].stringof, " ", cast(char*)&foo.tupleof[a] - cast(char*)foo, " = ", foo.tupleof[a]);
 		//std.stdio.writeln("printf(\"", foo.tupleof[a].stringof, " %d = %d\\n\",(char*)(&", foo.tupleof[a].stringof, ")-(char*)foo, ", foo.tupleof[a].stringof, ");");
 	}
 }
\ No newline at end of file