comparison 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
comparison
equal deleted inserted replaced
135:176bd52b3cf5 136:0e28624814e8
41 this->parent = NULL; 41 this->parent = NULL;
42 this->csym = NULL; 42 this->csym = NULL;
43 this->isym = NULL; 43 this->isym = NULL;
44 this->loc = 0; 44 this->loc = 0;
45 this->comment = NULL; 45 this->comment = NULL;
46
46 this->llvmInternal = LLVMnone; 47 this->llvmInternal = LLVMnone;
47 this->llvmInternal1 = NULL; 48 this->llvmInternal1 = NULL;
48 this->llvmInternal2 = NULL; 49 this->llvmInternal2 = NULL;
49 this->llvmValue = NULL; 50
51 //this->llvmValue = NULL;
50 this->llvmDModule = NULL; 52 this->llvmDModule = NULL;
51 53
52 this->llvmResolved = false; 54 this->llvmResolved = false;
53 this->llvmDeclared = false; 55 this->llvmDeclared = false;
54 this->llvmInitialized = false; 56 this->llvmInitialized = false;
63 this->parent = NULL; 65 this->parent = NULL;
64 this->csym = NULL; 66 this->csym = NULL;
65 this->isym = NULL; 67 this->isym = NULL;
66 this->loc = 0; 68 this->loc = 0;
67 this->comment = NULL; 69 this->comment = NULL;
70
68 this->llvmInternal = LLVMnone; 71 this->llvmInternal = LLVMnone;
69 this->llvmInternal1 = NULL; 72 this->llvmInternal1 = NULL;
70 this->llvmInternal2 = NULL; 73 this->llvmInternal2 = NULL;
71 this->llvmValue = NULL; 74
75 //this->llvmValue = NULL;
72 this->llvmDModule = NULL; 76 this->llvmDModule = NULL;
73 77
74 this->llvmResolved = false; 78 this->llvmResolved = false;
75 this->llvmDeclared = false; 79 this->llvmDeclared = false;
76 this->llvmInitialized = false; 80 this->llvmInitialized = false;