comparison druntime/src/compiler/dmd/typeinfo/ti_idouble.d @ 759:d3eb054172f9

Added copy of druntime from DMD 2.020 modified for LDC.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:52:37 +0100
parents
children
comparison
equal deleted inserted replaced
758:f04dde6e882c 759:d3eb054172f9
1
2 // idouble
3
4 module rt.typeinfo.ti_idouble;
5
6 private import typeinfo.ti_double;
7
8 class TypeInfo_p : TypeInfo_d
9 {
10 override string toString() { return "idouble"; }
11 }