diff dmd/PtrExp.d @ 61:4ae0d790a452

OnScopeStatement.syntaxCopy PtrExp.isLvalue InExp.opId
author korDen
date Mon, 23 Aug 2010 03:01:24 +0400
parents 10317f0c89a5
children cab4c37afb89
line wrap: on
line diff
--- a/dmd/PtrExp.d	Mon Aug 23 02:48:05 2010 +0400
+++ b/dmd/PtrExp.d	Mon Aug 23 03:01:24 2010 +0400
@@ -82,7 +82,7 @@
 
 	int isLvalue()
 	{
-		assert(false);
+		return 1;
 	}
 
 	Expression toLvalue(Scope sc, Expression e)