comparison dmd/Scope.d @ 135:af1bebfd96a4 dmd2037

dmd 2.038
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 13 Sep 2010 22:19:42 +0100
parents 206db751bd4c
children 78bf0fe43974 96c0fff6897d
comparison
equal deleted inserted replaced
134:4251f96733f4 135:af1bebfd96a4
135 this.parent = enclosing.parent; 135 this.parent = enclosing.parent;
136 this.scopesym = null; 136 this.scopesym = null;
137 this.sd = null; 137 this.sd = null;
138 this.sw = enclosing.sw; 138 this.sw = enclosing.sw;
139 this.tf = enclosing.tf; 139 this.tf = enclosing.tf;
140 this.tinst = enclosing.tinst;
140 this.tinst = enclosing.tinst; 141 this.tinst = enclosing.tinst;
141 this.sbreak = enclosing.sbreak; 142 this.sbreak = enclosing.sbreak;
142 this.scontinue = enclosing.scontinue; 143 this.scontinue = enclosing.scontinue;
143 this.fes = enclosing.fes; 144 this.fes = enclosing.fes;
144 this.structalign = enclosing.structalign; 145 this.structalign = enclosing.structalign;