Made ClassInfo.interfaces generation consistent with DMD, fixes #134

Removed unneeded includes from dmd/attrib.c
This commit is contained in:
Tomas Lindquist Olsen
2008-12-01 18:34:02 +01:00
parent 649b860d2b
commit 2788a2a0f1
4 changed files with 17 additions and 5 deletions

View File

@@ -142,6 +142,8 @@ struct IrStruct : IrBase
LLConstant* constClassInfo;
bool classInfoDeclared;
bool classInfoDefined;
// vector of interfaces that should be put in ClassInfo.interfaces
InterfaceVector classInfoInterfaces;
// align(1) struct S { ... }
bool packed;