comparison dmd/RealExp.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 fe2e1b93e88f
children 96c0fff6897d
comparison
equal deleted inserted replaced
156:0c8cc2a10f99 157:b7b61140701d
225 225
226 default: 226 default:
227 writef("%s\n", toChars()); 227 writef("%s\n", toChars());
228 ///type.print(); 228 ///type.print();
229 assert(0); 229 assert(0);
230 break;
231 } 230 }
232 return pdt; 231 return pdt;
233 } 232 }
234 } 233 }