# HG changeset patch # User Tomas Lindquist Olsen # Date 1228139646 -3600 # Node ID 2eaefe4a550bf46be3ed36726355ab0526e5f0a5 # Parent 6c2ff06c42019b070b56dfb69ce6dd7faac853ad Forgot to add AnonDeclaration::toObjFile for D2 diff -r 6c2ff06c4201 -r 2eaefe4a550b dmd2/attrib.h --- 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