comparison dmd/ArrayLengthExp.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
52 e = ArrayLength(type, e1); 52 e = ArrayLength(type, e1);
53 } 53 }
54 return e; 54 return e;
55 } 55 }
56 56
57 Expression interpret(InterState* istate) 57 Expression interpret(InterState istate)
58 { 58 {
59 assert(false); 59 assert(false);
60 } 60 }
61 61
62 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 62 void toCBuffer(OutBuffer buf, HdrGenState* hgs)