comparison 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
comparison
equal deleted inserted replaced
108:6da99741178e 109:ceda59b4d255
166 /* This can happen if errors, such as 166 /* This can happen if errors, such as
167 * the type is painted on like in fromConstInitializer(). 167 * the type is painted on like in fromConstInitializer().
168 */ 168 */
169 if (!global.errors) 169 if (!global.errors)
170 { 170 {
171 printf("ty = %d, %d\n", type.ty, t.ty); 171 writef("%s %p\n", type.toChars(), type);
172 if (type.ty == Tenum) {
173 printf("test1\n");
174 }
175 ///type.print();
176 assert(0); 172 assert(0);
177 } 173 }
178 break; 174 break;
179 175
180 } 176 }