diff lphobos/typeinfos1.d @ 107:3efbcc81ba45 trunk

[svn r111] Fixed most problems with complex number support and added typeinfo for them. Added typeinfo ti_C. Did some changes to the way expressions that have both lvalue and rvalue LLVM values are handled.
author lindquist
date Tue, 20 Nov 2007 00:02:35 +0100
parents b86e00b938a5
children
line wrap: on
line diff
--- a/lphobos/typeinfos1.d	Mon Nov 19 06:01:48 2007 +0100
+++ b/lphobos/typeinfos1.d	Tue Nov 20 00:02:35 2007 +0100
@@ -2,13 +2,16 @@
 
 import
 typeinfo1.ti_byte,
+typeinfo1.ti_cdouble,
+typeinfo1.ti_cfloat,
 typeinfo1.ti_char,
+typeinfo1.ti_creal,
+typeinfo1.ti_dchar,
 typeinfo1.ti_delegate,
-typeinfo1.ti_dchar,
 typeinfo1.ti_double,
 typeinfo1.ti_float,
+typeinfo1.ti_idouble,
 typeinfo1.ti_ifloat,
-typeinfo1.ti_idouble,
 typeinfo1.ti_int,
 typeinfo1.ti_ireal,
 typeinfo1.ti_long,