comparison dmd/CaseStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children ee3a9f34dc48
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
137 bool comeFrom() 137 bool comeFrom()
138 { 138 {
139 return true; 139 return true;
140 } 140 }
141 141
142 Expression interpret(InterState *istate) 142 Expression interpret(InterState istate)
143 { 143 {
144 assert(false); 144 assert(false);
145 } 145 }
146 146
147 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 147 void toCBuffer(OutBuffer buf, HdrGenState* hgs)