diff 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
line wrap: on
line diff
--- a/dmd/declaration.h	Sun Oct 26 21:18:24 2008 +0100
+++ b/dmd/declaration.h	Mon Oct 27 01:11:41 2008 +0100
@@ -157,6 +157,9 @@
     int needThis();
 
     TupleDeclaration *isTupleDeclaration() { return this; }
+
+    // LDC we need this
+    void toObjFile(int multiobj);           // compile to .obj file
 };
 
 /**************************************************************/