comparison dmd/DsymbolTable.d @ 187:b0d41ff5e0df

Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
author Abscissa
date Tue, 07 Jun 2011 23:37:34 -0400
parents e3afd1303184
children
comparison
equal deleted inserted replaced
186:1a0c1126bc46 187:b0d41ff5e0df
8 8
9 import std.stdio; 9 import std.stdio;
10 10
11 import dmd.TObject; 11 import dmd.TObject;
12 12
13 import dmd.DDMDExtensions;
14
13 class DsymbolTable : TObject 15 class DsymbolTable : TObject
14 { 16 {
17 mixin insertMemberExtension!(typeof(this));
18
15 StringTable tab; 19 StringTable tab;
16 20
17 this() 21 this()
18 { 22 {
19 register(); 23 register();