]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libc/mips/gdtoa/arith.h
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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