comparison gen/tocsym.cpp @ 96:ce7ed8f59b99 trunk

[svn r100] Moved test/ray.d to demos/ray.d. Cleanups.
author lindquist
date Mon, 12 Nov 2007 07:58:44 +0100
parents fd32135dca3e
children f04dde6e882c
comparison
equal deleted inserted replaced
95:71b8fecdae38 96:ce7ed8f59b99
19 #include "enum.h" 19 #include "enum.h"
20 #include "aggregate.h" 20 #include "aggregate.h"
21 #include "init.h" 21 #include "init.h"
22 #include "attrib.h" 22 #include "attrib.h"
23 #include "lexer.h" 23 #include "lexer.h"
24 #include "symbol.h"
25 24
26 /********************************* SymbolDeclaration ****************************/ 25 /********************************* SymbolDeclaration ****************************/
27 26
28 SymbolDeclaration::SymbolDeclaration(Loc loc, Symbol *s, StructDeclaration *dsym) 27 SymbolDeclaration::SymbolDeclaration(Loc loc, Symbol *s, StructDeclaration *dsym)
29 : Declaration(new Identifier("", TOKidentifier)) 28 : Declaration(new Identifier("", TOKidentifier))