]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/mips/gdtoa/arith.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / mips / gdtoa / arith.h
1 /* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2 /* $FreeBSD$ */
3
4 #include <machine/endian.h>
5
6 #if BYTE_ORDER == BIG_ENDIAN
7 #define IEEE_BIG_ENDIAN
8 #else
9 #define IEEE_LITTLE_ENDIAN
10 #endif