mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Forgot to add AnonDeclaration::toObjFile for D2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user