comparison 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
comparison
equal deleted inserted replaced
155:a43c65469219 156:0c8cc2a10f99
290 case Tcomplex80: 290 case Tcomplex80:
291 case Timaginary80: 291 case Timaginary80:
292 case Tfloat80: 292 case Tfloat80:
293 // For backwards compatibility - eventually, deprecate 293 // For backwards compatibility - eventually, deprecate
294 goto Lmin_normal; 294 goto Lmin_normal;
295 default:
295 } 296 }
296 } 297 }
297 else if (ident == Id.min_normal) 298 else if (ident == Id.min_normal)
298 { 299 {
299 Lmin_normal: 300 Lmin_normal: