comparison dmd/SymOffExp.d @ 192:eb38fdcb3e62 default tip

updated to compile with dmd2.062
author korDen
date Sat, 02 Mar 2013 01:25:52 -0800
parents b0d41ff5e0df
children
comparison
equal deleted inserted replaced
191:52188e7e3fb5 192:eb38fdcb3e62
59 if (v) 59 if (v)
60 v.checkNestedReference(sc, loc); 60 v.checkNestedReference(sc, loc);
61 return this; 61 return this;
62 } 62 }
63 63
64 Expression interpret(InterState istate) 64 override Expression interpret(InterState istate)
65 { 65 {
66 version (LOG) { 66 version (LOG) {
67 writef("SymOffExp::interpret() %s\n", toChars()); 67 writef("SymOffExp::interpret() %s\n", toChars());
68 } 68 }
69 if (var.isFuncDeclaration() && offset == 0) 69 if (var.isFuncDeclaration() && offset == 0)