summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2004-01-20 19:52:40 +0000
committerkleink <kleink@NetBSD.org>2004-01-20 19:52:40 +0000
commit15afe0b4fc2f7f815ab139f4307116e9ee8ca7d5 (patch)
tree31b7a32bba8462cecd803046db87cbdabdbf4141 /include/math.h
parent1373fa422200e3eca43c815ef2b946ccb86bc3b0 (diff)
Move FP_ROP and FP_DIRTYZERO from <math.h> to <vax/math.h> (where they
would have ended up if I hadn't missed the latter file in the commit).
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/math.h b/include/math.h
index 63f8e8f0138..bca10393695 100644
--- a/include/math.h
+++ b/include/math.h
@@ -1,4 +1,4 @@
-/* $NetBSD: math.h,v 1.31 2004/01/20 19:26:53 matt Exp $ */
+/* $NetBSD: math.h,v 1.32 2004/01/20 19:52:40 kleink Exp $ */
/*
* ====================================================
@@ -97,8 +97,6 @@ extern __const union __float_u __nanf;
#define FP_ZERO 0x04
/* NetBSD extensions */
#define _FP_LOMD 0x80 /* range for machine-specific classes */
-#define FP_DIRTYZERO 0x80 /* VAX */
-#define FP_ROP 0x81 /* VAX */
#define _FP_HIMD 0xff
#endif /* !_ANSI_SOURCE && ... */