diff 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
line wrap: on
line diff
--- a/dmd/AddExp.d	Wed Sep 15 18:24:39 2010 +0200
+++ b/dmd/AddExp.d	Thu Sep 16 01:34:10 2010 +0200
@@ -84,6 +84,7 @@
 						case TY.Timaginary80:
 							type = Type.tcomplex80;
 							break;
+						default:
 					}
 				}
 				e = this;