mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 00:44:10 +02:00
Merged DMD 2.021 frontend.
Removed generated files from dmd/dmd2 dirs.
This commit is contained in:
@@ -264,7 +264,11 @@ void StructDeclaration::semantic(Scope *sc)
|
||||
}
|
||||
|
||||
parent = sc->parent;
|
||||
#if STRUCTTHISREF
|
||||
handle = type;
|
||||
#else
|
||||
handle = type->pointerTo();
|
||||
#endif
|
||||
structalign = sc->structalign;
|
||||
protection = sc->protection;
|
||||
storage_class |= sc->stc;
|
||||
|
||||
Reference in New Issue
Block a user