diff dmd/dsymbol.c @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents 027b8d8b71ec
children ccd07d9f2ce9
line wrap: on
line diff
--- a/dmd/dsymbol.c	Mon Jan 14 23:09:55 2008 +0100
+++ b/dmd/dsymbol.c	Thu Jan 17 03:15:12 2008 +0100
@@ -43,10 +43,12 @@
     this->isym = NULL;
     this->loc = 0;
     this->comment = NULL;
+
     this->llvmInternal = LLVMnone;
     this->llvmInternal1 = NULL;
     this->llvmInternal2 = NULL;
-    this->llvmValue = NULL;
+
+    //this->llvmValue = NULL;
     this->llvmDModule = NULL;
 
     this->llvmResolved = false;
@@ -65,10 +67,12 @@
     this->isym = NULL;
     this->loc = 0;
     this->comment = NULL;
+
     this->llvmInternal = LLVMnone;
     this->llvmInternal1 = NULL;
     this->llvmInternal2 = NULL;
-    this->llvmValue = NULL;
+
+    //this->llvmValue = NULL;
     this->llvmDModule = NULL;
 
     this->llvmResolved = false;