aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/float.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
commit6e393973f57e7b6f632b763cd588b79c84ab63d1 (patch)
tree7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/amd64/include/float.h
parente766e4d9f13b6048678665e556a0da465bd9c545 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/float.h')
-rw-r--r--sys/amd64/include/float.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h
index d6232a0d385dd..fb5967e6eadcb 100644
--- a/sys/amd64/include/float.h
+++ b/sys/amd64/include/float.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* from: @(#)float.h 7.1 (Berkeley) 5/8/90
- * $Id$
+ * $Id: float.h,v 1.4 1993/10/16 14:39:16 rgrimes Exp $
*/
+#ifndef _MACHINE_FLOAT_H_
+#define _MACHINE_FLOAT_H_ 1
+
#define FLT_RADIX 2 /* b */
#define FLT_ROUNDS 1 /* FP addition rounds to nearest */
@@ -66,3 +69,4 @@
#define LDBL_MAX_EXP DBL_MAX_EXP
#define LDBL_MAX DBL_MAX
#define LDBL_MAX_10_EXP DBL_MAX_10_EXP
+#endif /* _MACHINE_FLOAT_H_ */