diff dmd/Expression.d @ 66:efb1e5bdf63c

more implementations
author korDen
date Mon, 23 Aug 2010 20:38:30 +0400
parents 8c2c7b7579f8
children ef02e2e203c2
line wrap: on
line diff
--- a/dmd/Expression.d	Mon Aug 23 20:29:38 2010 +0400
+++ b/dmd/Expression.d	Mon Aug 23 20:38:30 2010 +0400
@@ -361,9 +361,12 @@
 }
 	}
     
+	/***************************************
+	 * Return !=0 if expression is an lvalue.
+	 */
     int isLvalue()
 	{
-		assert(false);
+		return 0;
 	}
     
     Expression toLvalue(Scope sc, Expression e)