comparison dmd/SymbolExp.d @ 72:2e2a5c3f943a

reduced warnings by adding override to the methods think this also normalizes different line endings used all over the place
author Trass3r
date Sat, 28 Aug 2010 16:19:48 +0200
parents 10317f0c89a5
children ef02e2e203c2
comparison
equal deleted inserted replaced
71:8e24ef1dd139 72:2e2a5c3f943a
31 assert(var); 31 assert(var);
32 this.var = var; 32 this.var = var;
33 this.hasOverloads = hasOverloads; 33 this.hasOverloads = hasOverloads;
34 } 34 }
35 35
36 elem* toElem(IRState* irs) 36 override elem* toElem(IRState* irs)
37 { 37 {
38 Symbol* s; 38 Symbol* s;
39 elem* e; 39 elem* e;
40 tym_t tym; 40 tym_t tym;
41 Type tb = (op == TOK.TOKsymoff) ? var.type.toBasetype() : type.toBasetype(); 41 Type tb = (op == TOK.TOKsymoff) ? var.type.toBasetype() : type.toBasetype();