comparison dmd/VoidInitializer.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
10 import dmd.HdrGenState; 10 import dmd.HdrGenState;
11 11
12 import dmd.backend.dt_t; 12 import dmd.backend.dt_t;
13 import dmd.backend.Util; 13 import dmd.backend.Util;
14 14
15 import dmd.DDMDExtensions;
16
15 class VoidInitializer : Initializer 17 class VoidInitializer : Initializer
16 { 18 {
19 mixin insertMemberExtension!(typeof(this));
20
17 Type type = null; // type that this will initialize to 21 Type type = null; // type that this will initialize to
18 22
19 this(Loc loc) 23 this(Loc loc)
20 { 24 {
21 register(); 25 register();