xref: /netbsd-src/sys/arch/m68k/include/float.h (revision 001c68bd94f75ce9270b69227c4199fbf34ee396)
1 /*	$NetBSD: float.h,v 1.16 2003/05/12 15:22:54 kleink Exp $	*/
2 
3 #ifndef _M68K_FLOAT_H_
4 #define _M68K_FLOAT_H_
5 
6 #define LDBL_MANT_DIG	64
7 #include <sys/float_ieee754.h>
8 
9 #endif	/* !_M68K_FLOAT_H_ */
10