comparison dmd/idgen.c @ 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
36 { "This", "this" }, 36 { "This", "this" },
37 { "ctor", "_ctor" }, 37 { "ctor", "_ctor" },
38 { "dtor", "_dtor" }, 38 { "dtor", "_dtor" },
39 { "classInvariant", "__invariant" }, 39 { "classInvariant", "__invariant" },
40 { "unitTest", "_unitTest" }, 40 { "unitTest", "_unitTest" },
41 { "staticCtor", "_staticCtor" },
42 { "staticDtor", "_staticDtor" },
43 { "init" }, 41 { "init" },
44 { "size" }, 42 { "size" },
45 { "__sizeof", "sizeof" }, 43 { "__sizeof", "sizeof" },
46 { "alignof" }, 44 { "alignof" },
47 { "mangleof" }, 45 { "mangleof" },