diff dmd/TypeBasic.d @ 156:0c8cc2a10f99

+ ArrayInitializer.toAssocArrayLiteral() + FuncDeclaration.isUnique() + TypeEnum.alignsize() + TypeEnum.toChars() + TypeEnum.getProperty() + VarExp.equals() + expression.Util.fpunique() * fixed missing default in TypeBasic
author trass3r
date Wed, 15 Sep 2010 18:24:39 +0200
parents 4251f96733f4
children b7b61140701d
line wrap: on
line diff
--- a/dmd/TypeBasic.d	Wed Sep 15 17:31:22 2010 +0200
+++ b/dmd/TypeBasic.d	Wed Sep 15 18:24:39 2010 +0200
@@ -292,6 +292,7 @@
 				case Tfloat80:
 						// For backwards compatibility - eventually, deprecate
 						goto Lmin_normal;
+				default:
 			}
 		}
 		else if (ident == Id.min_normal)