comparison dmd/ExpInitializer.d @ 174:af724d3510d7

lot os toCBuffer methods implemented moved shared Type.* stuff into Global
author korDen
date Sun, 10 Oct 2010 03:47:23 +0400
parents e28b18c23469
children e3afd1303184
comparison
equal deleted inserted replaced
173:d237b38b5858 174:af724d3510d7
107 return exp; 107 return exp;
108 } 108 }
109 109
110 override void toCBuffer(OutBuffer buf, HdrGenState* hgs) 110 override void toCBuffer(OutBuffer buf, HdrGenState* hgs)
111 { 111 {
112 assert(false); 112 exp.toCBuffer(buf, hgs);
113 } 113 }
114 114
115 override dt_t* toDt() 115 override dt_t* toDt()
116 { 116 {
117 dt_t* dt = null; 117 dt_t* dt = null;