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