diff --git a/dmd2/attrib.h b/dmd2/attrib.h index 545d50ee..6f62cda3 100644 --- a/dmd2/attrib.h +++ b/dmd2/attrib.h @@ -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