comparison dmd/DsymbolTable.d @ 177:1475fd394c9e

bug fixes
author korDen
date Sun, 10 Oct 2010 10:38:55 +0400
parents e28b18c23469
children e3afd1303184
comparison
equal deleted inserted replaced
176:fa9a71a9f5a8 177:1475fd394c9e
17 tab = new StringTable; 17 tab = new StringTable;
18 } 18 }
19 19
20 ~this() 20 ~this()
21 { 21 {
22 delete tab;
23 } 22 }
24 23
25 // Look up Identifier. Return Dsymbol if found, NULL if not. 24 // Look up Identifier. Return Dsymbol if found, NULL if not.
26 Dsymbol lookup(Identifier ident) 25 Dsymbol lookup(Identifier ident)
27 { 26 {