mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 12:19:03 +02:00
[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
This commit is contained in:
@@ -321,6 +321,7 @@ struct StringExp : Expression
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user