comparison dmd/MulAssignExp.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2e2a5c3f943a
children e28b18c23469
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
48 e1.checkNoBool(); 48 e1.checkNoBool();
49 type = e1.type; 49 type = e1.type;
50 typeCombine(sc); 50 typeCombine(sc);
51 e1.checkArithmetic(); 51 e1.checkArithmetic();
52 e2.checkArithmetic(); 52 e2.checkArithmetic();
53 checkComplexMulAssign();
53 if (e2.type.isfloating()) 54 if (e2.type.isfloating())
54 { 55 {
55 Type t1; 56 Type t1;
56 Type t2; 57 Type t2;
57 58