mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-25 05:11:50 +01:00
Made ClassInfo.interfaces generation consistent with DMD, fixes #134
Removed unneeded includes from dmd/attrib.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user