comparison dmd/id.h @ 19:788401029ecf trunk

[svn r23] * Updated to DMD 1.021
author lindquist
date Thu, 04 Oct 2007 03:42:56 +0200
parents c53b6e3fe49a
children aaade6ded589
comparison
equal deleted inserted replaced
18:c05ef76f1c20 19:788401029ecf
12 static Identifier *This; 12 static Identifier *This;
13 static Identifier *ctor; 13 static Identifier *ctor;
14 static Identifier *dtor; 14 static Identifier *dtor;
15 static Identifier *classInvariant; 15 static Identifier *classInvariant;
16 static Identifier *unitTest; 16 static Identifier *unitTest;
17 static Identifier *staticCtor;
18 static Identifier *staticDtor;
19 static Identifier *init; 17 static Identifier *init;
20 static Identifier *size; 18 static Identifier *size;
21 static Identifier *__sizeof; 19 static Identifier *__sizeof;
22 static Identifier *alignof; 20 static Identifier *alignof;
23 static Identifier *mangleof; 21 static Identifier *mangleof;