comparison dmd/ScopeStatement.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
120 { 120 {
121 //printf("ScopeStatement::isEmpty() %d\n", statement ? statement->isEmpty() : TRUE); 121 //printf("ScopeStatement::isEmpty() %d\n", statement ? statement->isEmpty() : TRUE);
122 return statement ? statement.isEmpty() : true; 122 return statement ? statement.isEmpty() : true;
123 } 123 }
124 124
125 Expression interpret(InterState* istate) 125 Expression interpret(InterState istate)
126 { 126 {
127 assert(false); 127 assert(false);
128 } 128 }
129 129
130 Statement inlineScan(InlineScanState* iss) 130 Statement inlineScan(InlineScanState* iss)