diff dmd/mtype.c @ 162:1856c62af24b trunk

[svn r178] Fixed codegen values for function arguments, the old approach was completely broken, amazing it even worked...
author lindquist
date Mon, 05 May 2008 00:56:53 +0200
parents 5acec6b2eef8
children f66219e0d530
line wrap: on
line diff
--- a/dmd/mtype.c	Sun May 04 21:25:48 2008 +0200
+++ b/dmd/mtype.c	Mon May 05 00:56:53 2008 +0200
@@ -5057,7 +5057,6 @@
     this->ident = ident;
     this->storageClass = storageClass;
     this->defaultArg = defaultArg;
-    this->vardecl = 0;
 }
 
 Argument *Argument::syntaxCopy()