1 1.4 christos /* $NetBSD: float.h,v 1.4 2003/04/19 23:05:33 christos Exp $ */ 2 1.1 eeh 3 1.3 eeh #ifndef _SPARC64_FLOAT_H_ 4 1.3 eeh #define _SPARC64_FLOAT_H_ 5 1.1 eeh 6 1.3 eeh #define LDBL_MANT_DIG 113 7 1.4 christos #include <sys/float_ieee.h> 8 1.1 eeh 9 1.3 eeh #endif /* _SPARC64_FLOAT_H_ */ 10