comparison dmd/declaration.h @ 732:6aeaef263289

Fixed tuple fields, thanx downs
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 27 Oct 2008 01:11:41 +0100
parents 06576ece1a1b
children 041c1596d217
comparison
equal deleted inserted replaced
731:d63741d00ee3 732:6aeaef263289
155 const char *kind(); 155 const char *kind();
156 Type *getType(); 156 Type *getType();
157 int needThis(); 157 int needThis();
158 158
159 TupleDeclaration *isTupleDeclaration() { return this; } 159 TupleDeclaration *isTupleDeclaration() { return this; }
160
161 // LDC we need this
162 void toObjFile(int multiobj); // compile to .obj file
160 }; 163 };
161 164
162 /**************************************************************/ 165 /**************************************************************/
163 166
164 struct TypedefDeclaration : Declaration 167 struct TypedefDeclaration : Declaration