diff dmd/RealExp.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2e2a5c3f943a
children e28b18c23469
line wrap: on
line diff
--- a/dmd/RealExp.d	Sat Aug 28 16:19:48 2010 +0200
+++ b/dmd/RealExp.d	Sat Aug 28 19:42:41 2010 +0400
@@ -21,6 +21,8 @@
 
 import dmd.Complex;
 
+import std.stdio;
+
 class RealExp : Expression
 {
 	real value;
@@ -158,7 +160,7 @@
 				print();
 				///type.print();
 				///type.toBasetype().print();
-				writef("ty = %d, tym = %x\n", type.ty, ty);
+	    	    printf("ty = %d, tym = %lx\n", type.ty, ty);
 				assert(0);
 		}
 		return el_const(ty, &c);