From 15afe0b4fc2f7f815ab139f4307116e9ee8ca7d5 Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 20 Jan 2004 19:52:40 +0000 Subject: Move FP_ROP and FP_DIRTYZERO from to (where they would have ended up if I hadn't missed the latter file in the commit). --- include/math.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/math.h') 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 && ... */ -- cgit