mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
[svn r39] * Updated to DMD 1.022 with the exception of:
Bugzilla 278: dmd.conf search path doesn't work This fix was causing crashes for me :/ So for it's the old behaviour
This commit is contained in:
@@ -213,6 +213,7 @@ struct ClassDeclaration : AggregateDeclaration
|
||||
void interfaceSemantic(Scope *sc);
|
||||
int isNested();
|
||||
int isCOMclass();
|
||||
virtual int isCOMinterface();
|
||||
int isAbstract();
|
||||
virtual int vtblOffset();
|
||||
char *kind();
|
||||
@@ -248,6 +249,7 @@ struct InterfaceDeclaration : ClassDeclaration
|
||||
int isBaseOf(BaseClass *bc, int *poffset);
|
||||
char *kind();
|
||||
int vtblOffset();
|
||||
virtual int isCOMinterface();
|
||||
|
||||
void toObjFile(); // compile to .obj file
|
||||
Symbol *toSymbol();
|
||||
|
||||
Reference in New Issue
Block a user