changeset 813:2eaefe4a550b

Forgot to add AnonDeclaration::toObjFile for D2
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 14:54:06 +0100
parents 6c2ff06c4201
children 05f2651caa6c
files dmd2/attrib.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmd2/attrib.h	Mon Dec 01 04:37:54 2008 +0100
+++ b/dmd2/attrib.h	Mon Dec 01 14:54:06 2008 +0100
@@ -107,6 +107,9 @@
     void semantic(Scope *sc);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
     const char *kind();
+
+    // LDC
+    void toObjFile(int multiobj);           // compile to .obj file
 };
 
 struct PragmaDeclaration : AttribDeclaration