diff dmd/FileExp.d @ 162:438eaa11eed4

updated build script to use dmd2.039 some missing methods implemented
author korDen
date Tue, 21 Sep 2010 14:59:56 +0400
parents e28b18c23469
children fe932c1a9563
line wrap: on
line diff
--- a/dmd/FileExp.d	Mon Sep 20 01:19:36 2010 +0400
+++ b/dmd/FileExp.d	Tue Sep 21 14:59:56 2010 +0400
@@ -13,8 +13,7 @@
 {
 	this(Loc loc, Expression e)
 	{
-		assert(false);
-		super(loc, TOK.init, 0, e);
+		super(loc, TOKmixin, FileExp.sizeof, e);
 	}
 
 	override Expression semantic(Scope sc)