comparison dmd/AddExp.d @ 157:b7b61140701d

* added all missing default cases in switch statements + Lexer.getDocComment + Lexer.combineComments
author trass3r
date Thu, 16 Sep 2010 01:34:10 +0200
parents 60bb0fe4563e
children e3afd1303184
comparison
equal deleted inserted replaced
156:0c8cc2a10f99 157:b7b61140701d
82 82
83 case TY.Tfloat80: 83 case TY.Tfloat80:
84 case TY.Timaginary80: 84 case TY.Timaginary80:
85 type = Type.tcomplex80; 85 type = Type.tcomplex80;
86 break; 86 break;
87 default:
87 } 88 }
88 } 89 }
89 e = this; 90 e = this;
90 } 91 }
91 return e; 92 return e;