comparison dmd/dsymbol.h @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents aaade6ded589
children 29c0d1194033
comparison
equal deleted inserted replaced
442:76078c8ab5b9 443:44f08170f4ef
218 #endif 218 #endif
219 virtual SymbolDeclaration *isSymbolDeclaration() { return NULL; } 219 virtual SymbolDeclaration *isSymbolDeclaration() { return NULL; }
220 virtual AttribDeclaration *isAttribDeclaration() { return NULL; } 220 virtual AttribDeclaration *isAttribDeclaration() { return NULL; }
221 virtual TypeInfoDeclaration* isTypeInfoDeclaration() { return NULL; } 221 virtual TypeInfoDeclaration* isTypeInfoDeclaration() { return NULL; }
222 virtual ClassInfoDeclaration* isClassInfoDeclaration() { return NULL; } 222 virtual ClassInfoDeclaration* isClassInfoDeclaration() { return NULL; }
223 223
224 // llvm stuff 224 // llvm stuff
225 int llvmInternal; 225 int llvmInternal;
226 char* llvmInternal1; 226
227 char* llvmInternal2;
228
229 IrDsymbol ir; 227 IrDsymbol ir;
230 }; 228 };
231 229
232 // Dsymbol that generates a scope 230 // Dsymbol that generates a scope
233 231