diff dmd/dsymbol.c @ 55:0ccfae271c45 trunk

[svn r59] Added support for C-style variadic functions. Currently only works on x86, x86-64 va_arg is broken in LLVM 2.1. PPC and PPC64 unknown. Updates to runtime. Rebuild!
author lindquist
date Wed, 24 Oct 2007 22:18:06 +0200
parents 788401029ecf
children 5071469303d4
line wrap: on
line diff
--- a/dmd/dsymbol.c	Wed Oct 24 01:37:34 2007 +0200
+++ b/dmd/dsymbol.c	Wed Oct 24 22:18:06 2007 +0200
@@ -47,6 +47,7 @@
     this->llvmInternal1 = NULL;
     this->llvmInternal2 = NULL;
     this->llvmValue = NULL;
+    this->llvmDModule = NULL;
 }
 
 Dsymbol::Dsymbol(Identifier *ident)