view lphobos/typeinfo1/ti_ifloat.d @ 678:299f53f2e6f2

Fix makefile for runtime/internal.
author Christian Kamm <kamm incasoftware de>
date Sat, 11 Oct 2008 21:23:41 +0200
parents b86e00b938a5
children
line wrap: on
line source


// ifloat

module typeinfo1.ti_ifloat;

private import typeinfo1.ti_float;

class TypeInfo_o : TypeInfo_f
{
    char[] toString() { return "ifloat"; }
}