view druntime/src/compiler/dmd/typeinfo/ti_ireal.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
line wrap: on
line source


// ireal

module rt.typeinfo.ti_ireal;

private import typeinfo.ti_real;

class TypeInfo_j : TypeInfo_e
{
    override string toString() { return "ireal"; }
}