diff gen/llvmhelpers.h @ 422:fa91b03d9cd7

Error message for calling a function with a missing 'this' arg.
author Christian Kamm <kamm incasoftware de>
date Tue, 29 Jul 2008 10:29:52 +0200
parents 023fa78c1203
children b5f55f471e0b
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Mon Jul 28 21:37:47 2008 +0200
+++ b/gen/llvmhelpers.h	Tue Jul 29 10:29:52 2008 +0200
@@ -118,6 +118,6 @@
 void DtoBuildDVarArgList(std::vector<LLValue*>& args, llvm::PAListPtr& palist, TypeFunction* tf, Expressions* arguments, size_t argidx);
 
 ///
-DValue* DtoCallFunction(Type* resulttype, DValue* fnval, Expressions* arguments);
+DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions* arguments);
 
 #endif