comparison dmd/Scope.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 010eb8f0e18d
children af1bebfd96a4
comparison
equal deleted inserted replaced
130:60bb0fe4563e 131:206db751bd4c
76 LINK linkage = LINK.LINKd; // linkage for external functions 76 LINK linkage = LINK.LINKd; // linkage for external functions
77 77
78 PROT protection = PROT.PROTpublic; // protection for class members 78 PROT protection = PROT.PROTpublic; // protection for class members
79 int explicitProtection; // set if in an explicit protection attribute 79 int explicitProtection; // set if in an explicit protection attribute
80 80
81 STC stc; // storage class 81 StorageClass stc; // storage class
82 82
83 SCOPE flags; 83 SCOPE flags;
84 84
85 AnonymousAggregateDeclaration anonAgg; // for temporary analysis 85 AnonymousAggregateDeclaration anonAgg; // for temporary analysis
86 86