diff dmd/DefaultInitExp.d @ 13:427f8aa74d28

On the road to make Phobos compilable
author korDen
date Mon, 12 Apr 2010 16:29:33 +0400
parents 10317f0c89a5
children 460959608115
line wrap: on
line diff
--- a/dmd/DefaultInitExp.d	Mon Apr 12 15:13:00 2010 +0400
+++ b/dmd/DefaultInitExp.d	Mon Apr 12 16:29:33 2010 +0400
@@ -13,8 +13,8 @@
 
 	this(Loc loc, TOK subop, int size)
 	{
-		assert(false);
-		super(loc, subop, size);
+		super(loc, TOKdefault, size);
+		this.subop = subop;
 	}
 
 	Expression resolve(Loc loc, Scope sc)