mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-24 20:59:03 +02:00
Merged dmd 2.059beta
This commit is contained in:
@@ -42,6 +42,9 @@ struct EnumDeclaration : ScopeDsymbol
|
||||
int isdeprecated;
|
||||
int isdone; // 0: not done
|
||||
// 1: semantic() successfully completed
|
||||
#if IN_GCC
|
||||
Expressions *attributes; // GCC decl/type attributes
|
||||
#endif
|
||||
|
||||
EnumDeclaration(Loc loc, Identifier *id, Type *memtype);
|
||||
Dsymbol *syntaxCopy(Dsymbol *s);
|
||||
|
||||
Reference in New Issue
Block a user