comparison dmd/DefaultStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children 4290d870944a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
72 bool comeFrom() 72 bool comeFrom()
73 { 73 {
74 return true; 74 return true;
75 } 75 }
76 76
77 Expression interpret(InterState* istate) 77 Expression interpret(InterState istate)
78 { 78 {
79 assert(false); 79 assert(false);
80 } 80 }
81 81
82 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 82 void toCBuffer(OutBuffer buf, HdrGenState* hgs)