comparison dmd/LabelStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
103 { 103 {
104 //printf("LabelStatement.comeFrom()\n"); 104 //printf("LabelStatement.comeFrom()\n");
105 return true; 105 return true;
106 } 106 }
107 107
108 Expression interpret(InterState* istate) 108 Expression interpret(InterState istate)
109 { 109 {
110 assert(false); 110 assert(false);
111 } 111 }
112 112
113 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 113 void toCBuffer(OutBuffer buf, HdrGenState* hgs)