comparison dmd/cast.c @ 1367:8026319762be

Merged DMD 1.045 !!!
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Sat, 16 May 2009 22:21:31 +0200
parents 78038e540342
children def7a1d494fd
comparison
equal deleted inserted replaced
1366:81121ac19f61 1367:8026319762be
1509 } 1509 }
1510 else 1510 else
1511 { 1511 {
1512 Lincompatible: 1512 Lincompatible:
1513 incompatibleTypes(); 1513 incompatibleTypes();
1514 type = Type::terror;
1515 e1 = new ErrorExp();
1516 e2 = new ErrorExp();
1514 } 1517 }
1515 Lret: 1518 Lret:
1516 if (!type) 1519 if (!type)
1517 type = t; 1520 type = t;
1518 //dump(0); 1521 //dump(0);