diff 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
line wrap: on
line diff
--- a/dmd/RealExp.d	Wed Sep 15 18:24:39 2010 +0200
+++ b/dmd/RealExp.d	Thu Sep 16 01:34:10 2010 +0200
@@ -227,7 +227,6 @@
 				writef("%s\n", toChars());
 				///type.print();
 				assert(0);
-				break;
 		}
 		return pdt;
 	}