Forgot to add AnonDeclaration::toObjFile for D2

This commit is contained in:
Tomas Lindquist Olsen
2008-12-01 14:54:06 +01:00
parent 8ee1fbca26
commit cd8f12ed35

View File

@@ -107,6 +107,9 @@ struct AnonDeclaration : AttribDeclaration
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