comparison dmd/NullExp.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
15 import dmd.HdrGenState; 15 import dmd.HdrGenState;
16 import dmd.TOK; 16 import dmd.TOK;
17 import dmd.backend.dt_t; 17 import dmd.backend.dt_t;
18 import dmd.backend.Util; 18 import dmd.backend.Util;
19 19
20 import dmd.DDMDExtensions;
21
20 class NullExp : Expression 22 class NullExp : Expression
21 { 23 {
24 mixin insertMemberExtension!(typeof(this));
25
22 ubyte committed; 26 ubyte committed;
23 27
24 this(Loc loc, Type type = null) 28 this(Loc loc, Type type = null)
25 { 29 {
26 register(); 30 register();