mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-27 09:35:21 +02:00
* Moved ir/irsymbol.cpp/h into ir/irdsymbol.cpp/h.
* Added #if IN_DMD versioning around DMD backend specific code in the D1 frontend, D2 is currently broken. * All part of a greater cleanup scheme.
This commit is contained in:
@@ -27,7 +27,9 @@ EnumDeclaration::EnumDeclaration(Loc loc, Identifier *id, Type *memtype)
|
||||
maxval = 0;
|
||||
minval = 0;
|
||||
defaultval = 0;
|
||||
#if IN_DMD
|
||||
sinit = NULL;
|
||||
#endif
|
||||
isdeprecated = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user