diff 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
line wrap: on
line diff
--- a/dmd/expression.h	Tue Oct 09 02:50:00 2007 +0200
+++ b/dmd/expression.h	Tue Oct 09 06:21:30 2007 +0200
@@ -321,6 +321,7 @@
     Expression *castTo(Scope *sc, Type *t);
     int compare(Object *obj);
     int isBool(int result);
+    unsigned charAt(size_t i);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
     void toMangleBuffer(OutBuffer *buf);
     elem *toElem(IRState *irs);