Fixed tuple fields, thanx downs

This commit is contained in:
Tomas Lindquist Olsen
2008-10-27 01:11:41 +01:00
parent b3b98c3284
commit fdc172377e
2 changed files with 21 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ struct TupleDeclaration : Declaration
int needThis();
TupleDeclaration *isTupleDeclaration() { return this; }
// LDC we need this
void toObjFile(int multiobj); // compile to .obj file
};
/**************************************************************/