comparison dmd/Declaration.d @ 188:83a36bdd5d14

Missed one in last commit.
author Abscissa
date Tue, 07 Jun 2011 23:51:08 -0400
parents b0d41ff5e0df
children
comparison
equal deleted inserted replaced
187:b0d41ff5e0df 188:83a36bdd5d14
86 return id; 86 return id;
87 } 87 }
88 88
89 class Declaration : Dsymbol 89 class Declaration : Dsymbol
90 { 90 {
91 mixin insertMemberExtension!(typeof(this));
92
91 Type type; 93 Type type;
92 Type originalType; // before semantic analysis 94 Type originalType; // before semantic analysis
93 StorageClass storage_class = STC.STCundefined; 95 StorageClass storage_class = STC.STCundefined;
94 PROT protection = PROT.PROTundefined; 96 PROT protection = PROT.PROTundefined;
95 LINK linkage = LINK.LINKdefault; 97 LINK linkage = LINK.LINKdefault;