diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
commit | 5a4b8571aa88ae3650f87ddb399045f4b797437a (patch) | |
tree | 2ff63e4224014580be9b160fe825eb87ba03555a /sys/arch/arc/include/float.h | |
parent | b039b90135b7419709f2766cbede80c1acf288a8 (diff) |
Cleanup, endian and abi stuff fixies. Some stuff added for MIPS Magnum.
(PICA and Magnum uses very similar core chipsets).
Diffstat (limited to 'sys/arch/arc/include/float.h')
-rw-r--r-- | sys/arch/arc/include/float.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arc/include/float.h b/sys/arch/arc/include/float.h index db2c3da071f..27f365d9a17 100644 --- a/sys/arch/arc/include/float.h +++ b/sys/arch/arc/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */ +/* $OpenBSD: float.h,v 1.2 1996/07/30 20:24:25 pefo Exp $ */ /* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */ /* @@ -36,8 +36,8 @@ * @(#)float.h 8.1 (Berkeley) 6/10/93 */ -#ifndef _PMAX_FLOAT_H_ -#define _PMAX_FLOAT_H_ +#ifndef _MIPS_FLOAT_H_ +#define _MIPS_FLOAT_H_ #include <sys/cdefs.h> @@ -78,4 +78,4 @@ __END_DECLS #define LDBL_MAX DBL_MAX #define LDBL_MAX_10_EXP DBL_MAX_10_EXP -#endif /* _PMAX_FLOAT_H_ */ +#endif /* _MIPS_FLOAT_H_ */ |