diff dmd/declaration.h @ 57:a9d29e9f1fed trunk

[svn r61] Added support for D-style variadic functions :)
author lindquist
date Thu, 25 Oct 2007 02:39:53 +0200
parents 6fcc08a4d406
children b706170e24a9
line wrap: on
line diff
--- a/dmd/declaration.h	Wed Oct 24 22:26:37 2007 +0200
+++ b/dmd/declaration.h	Thu Oct 25 02:39:53 2007 +0200
@@ -521,6 +521,8 @@
     llvm::Value* llvmThisVar;
     std::set<VarDeclaration*> llvmNestedVars;
     llvm::Value* llvmNested;
+    llvm::Value* llvmArguments;
+    llvm::Value* llvmArgPtr;
 };
 
 struct FuncAliasDeclaration : FuncDeclaration