diff dmd/UnaExp.d @ 182:b64060ab22df

Now compileable with dmd2.050
author korDen
date Sat, 30 Oct 2010 05:05:32 +0400
parents e3afd1303184
children b0d41ff5e0df
line wrap: on
line diff
--- a/dmd/UnaExp.d	Mon Oct 18 00:36:44 2010 +0400
+++ b/dmd/UnaExp.d	Sat Oct 30 05:05:32 2010 +0400
@@ -77,7 +77,7 @@
 		e1.scanForNestedRef(sc);
 	}
 
-	Expression interpretCommon(InterState istate, Expression *(*fp)(Type* a0, Expression* a1))
+	Expression interpretCommon(InterState istate, Expression* function(Type* a0, Expression* a1))
 	{
 		assert(false);
 	}