comparison dmd/TypeBasic.d @ 137:09c858522d55

merge
author Trass3r
date Mon, 13 Sep 2010 23:29:00 +0200
parents 4251f96733f4
children 0c8cc2a10f99
comparison
equal deleted inserted replaced
136:9d194c848e3a 137:09c858522d55
306 case TY.Timaginary64: 306 case TY.Timaginary64:
307 case TY.Tfloat64: fvalue = double.min; goto Lfvalue; 307 case TY.Tfloat64: fvalue = double.min; goto Lfvalue;
308 case TY.Tcomplex80: 308 case TY.Tcomplex80:
309 case TY.Timaginary80: 309 case TY.Timaginary80:
310 case TY.Tfloat80: fvalue = real.min; goto Lfvalue; 310 case TY.Tfloat80: fvalue = real.min; goto Lfvalue;
311 default:
311 } 312 }
312 } 313 }
313 else if (ident is Id.nan) 314 else if (ident is Id.nan)
314 { 315 {
315 switch (ty) 316 switch (ty)