comparison dmd/expression.h @ 35:3cfcb944304e trunk

[svn r39] * Updated to DMD 1.022 with the exception of: Bugzilla 278: dmd.conf search path doesn't work This fix was causing crashes for me :/ So for it's the old behaviour
author lindquist
date Tue, 09 Oct 2007 06:21:30 +0200
parents 788401029ecf
children 8b0e809563df
comparison
equal deleted inserted replaced
34:4648206ca213 35:3cfcb944304e
319 StringExp *toUTF8(Scope *sc); 319 StringExp *toUTF8(Scope *sc);
320 MATCH implicitConvTo(Type *t); 320 MATCH implicitConvTo(Type *t);
321 Expression *castTo(Scope *sc, Type *t); 321 Expression *castTo(Scope *sc, Type *t);
322 int compare(Object *obj); 322 int compare(Object *obj);
323 int isBool(int result); 323 int isBool(int result);
324 unsigned charAt(size_t i);
324 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 325 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
325 void toMangleBuffer(OutBuffer *buf); 326 void toMangleBuffer(OutBuffer *buf);
326 elem *toElem(IRState *irs); 327 elem *toElem(IRState *irs);
327 dt_t **toDt(dt_t **pdt); 328 dt_t **toDt(dt_t **pdt);
328 }; 329 };