view runtime/internal/typeinfo/ti_idouble.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


// idouble

module typeinfo.ti_idouble;

private import typeinfo.ti_double;

class TypeInfo_p : TypeInfo_d
{
    char[] toString() { return "idouble"; }
}