mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
Fixed tuple fields, thanx downs
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user