]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/mips/gdtoa/arith.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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