comparison dmd/AggregateDeclaration.d @ 131:206db751bd4c

dmdfe 2.037 compiles now
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 10 Sep 2010 00:27:37 +0100
parents 60bb0fe4563e
children fa9a71a9f5a8
comparison
equal deleted inserted replaced
130:60bb0fe4563e 131:206db751bd4c
139 } 139 }
140 140
141 class AggregateDeclaration : ScopeDsymbol 141 class AggregateDeclaration : ScopeDsymbol
142 { 142 {
143 Type type; 143 Type type;
144 STC storage_class; 144 StorageClass storage_class;
145 PROT protection = PROT.PROTpublic; 145 PROT protection = PROT.PROTpublic;
146 Type handle; // 'this' type 146 Type handle; // 'this' type
147 uint structsize; // size of struct 147 uint structsize; // size of struct
148 uint alignsize; // size of struct for alignment purposes 148 uint alignsize; // size of struct for alignment purposes
149 uint structalign; // struct member alignment in effect 149 uint structalign; // struct member alignment in effect