diff trunk/src/dil/TokensEnum.d @ 525:a3f66502ea64

Added struct Types with pre-defined types. Added PTR_SIZE to dil.CompilerInfo. Fixed size of some types in metaInfoTable. Moved Cent and Ucent in a few places in enum TOK.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 16 Dec 2007 21:24:54 +0100
parents f203c5248d0b
children d7050f2a4814
line wrap: on
line diff
--- a/trunk/src/dil/TokensEnum.d	Sun Dec 16 19:34:36 2007 +0100
+++ b/trunk/src/dil/TokensEnum.d	Sun Dec 16 21:24:54 2007 +0100
@@ -102,9 +102,10 @@
   Typeof, Union, Unittest,
   Version, Volatile, While, With,
   // Integral types.
-  Char,   Wchar,   Dchar, Bool, Cent, Ucent,
+  Char,   Wchar,   Dchar, Bool,
   Byte,   Ubyte,   Short, Ushort,
   Int,    Uint,    Long,  Ulong,
+  Cent,   Ucent,
   Float,  Double,  Real,
   Ifloat, Idouble, Ireal,
   Cfloat, Cdouble, Creal, Void,