comparison dmd/SwitchStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
241 result |= BE.BEfallthru; 241 result |= BE.BEfallthru;
242 242
243 return result; 243 return result;
244 } 244 }
245 245
246 Expression interpret(InterState* istate) 246 Expression interpret(InterState istate)
247 { 247 {
248 assert(false); 248 assert(false);
249 } 249 }
250 250
251 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 251 void toCBuffer(OutBuffer buf, HdrGenState* hgs)