view runtime/internal/typeinfo/ti_ifloat.d @ 560:fbc454d4ce80

The latest patch broke things for non OS X
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 29 Aug 2008 16:35:46 +0200
parents 44f08170f4ef
children
line wrap: on
line source


// ifloat

module typeinfo.ti_ifloat;

private import typeinfo.ti_float;

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