changeset 134:4251f96733f4 dmd2037

Fix of the hopefully last regression with dmd2.037
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sat, 11 Sep 2010 13:03:39 +0100
parents e8a741997ccf
children af1bebfd96a4
files dmd/TypeBasic.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/TypeBasic.d	Sat Sep 11 01:02:18 2010 +0100
+++ b/dmd/TypeBasic.d	Sat Sep 11 13:03:39 2010 +0100
@@ -308,6 +308,7 @@
 				case TY.Tcomplex80:
 				case TY.Timaginary80:
 				case TY.Tfloat80:	fvalue = real.min;		goto Lfvalue;
+                default:
 			}
 		}
 		else if (ident is Id.nan)