comparison dmd/TypeBasic.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
21 import dmd.ComplexExp; 21 import dmd.ComplexExp;
22 import dmd.Util; 22 import dmd.Util;
23 import dmd.Port; 23 import dmd.Port;
24 import dmd.Complex; 24 import dmd.Complex;
25 25
26 import dmd.DDMDExtensions;
27
26 class TypeBasic : Type 28 class TypeBasic : Type
27 { 29 {
30 mixin insertMemberExtension!(typeof(this));
31
28 string dstring; 32 string dstring;
29 uint flags; 33 uint flags;
30 34
31 this(TY ty) 35 this(TY ty)
32 { 36 {