diff dmd/IntegerExp.d @ 109:ceda59b4d255

expression.c changes, now only ddoc should be left
author Trass3r
date Tue, 31 Aug 2010 22:08:52 +0200
parents ef02e2e203c2
children e28b18c23469
line wrap: on
line diff
--- a/dmd/IntegerExp.d	Tue Aug 31 21:41:01 2010 +0200
+++ b/dmd/IntegerExp.d	Tue Aug 31 22:08:52 2010 +0200
@@ -168,11 +168,7 @@
 					 */
 					if (!global.errors)
 					{
-						printf("ty = %d, %d\n", type.ty, t.ty);
-						if (type.ty == Tenum) {
-							printf("test1\n");
-						}
-						///type.print();
+						writef("%s %p\n", type.toChars(), type);
 						assert(0);
 					}
 					break;