comparison dmd/CastExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
334 printf(" returning6 %s\n", e.toChars()); 334 printf(" returning6 %s\n", e.toChars());
335 } 335 }
336 return e; 336 return e;
337 } 337 }
338 338
339 Expression interpret(InterState* istate) 339 Expression interpret(InterState istate)
340 { 340 {
341 assert(false); 341 assert(false);
342 } 342 }
343 343
344 bool checkSideEffect(int flag) 344 bool checkSideEffect(int flag)