diff dmd/CmpExp.d @ 115:6caaf0256da1

+ interpretation of (non-assign) binary expressions + BinExp.isunsigned + EqualExp.isBit
author Trass3r
date Thu, 02 Sep 2010 01:29:29 +0200
parents e28b18c23469
children e3afd1303184
line wrap: on
line diff
--- a/dmd/CmpExp.d	Wed Sep 01 18:21:58 2010 +0200
+++ b/dmd/CmpExp.d	Thu Sep 02 01:29:29 2010 +0200
@@ -141,7 +141,7 @@
 
 	override Expression interpret(InterState istate)
 	{
-		assert(false);
+		return interpretCommon2(istate, &Cmp);
 	}
 
 	override int isBit()