diff dmd/codegen/Util.d @ 84:be2ab491772e

Expressions -> Vector!Expression
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 30 Aug 2010 16:12:19 +0100
parents ad4792a1cfd6
children 6da99741178e
line wrap: on
line diff
--- a/dmd/codegen/Util.d	Mon Aug 30 18:42:04 2010 +0400
+++ b/dmd/codegen/Util.d	Mon Aug 30 16:12:19 2010 +0100
@@ -73,7 +73,7 @@
 	FuncDeclaration fd,	// if !=null, this is the function being called
 	Type t,		// TypeDelegate or TypeFunction for this function
 	elem* ehidden,		// if !=null, this is the 'hidden' argument
-	Array arguments)
+	Expressions arguments)
 {
     elem* ep;
     elem* e;