diff dmd/TypeFunction.d @ 148:fe2e1b93e88f

phobos compiles now: * fixed upgrade mistake in interpret.Util + implemented missing methods in RealExp,VarExp
author Trass3r
date Wed, 15 Sep 2010 03:58:55 +0200
parents 95b3ed3cddd5
children b7b61140701d
line wrap: on
line diff
--- a/dmd/TypeFunction.d	Tue Sep 14 23:49:12 2010 +0100
+++ b/dmd/TypeFunction.d	Wed Sep 15 03:58:55 2010 +0200
@@ -423,6 +423,8 @@
 	    case TRUST.TRUSTsafe:
 	        buf.writestring("@safe ");
 	        break;
+
+		default:
         }
 
 		if (next && (!ident || ident.toHChars2() == ident.toChars()))