From d8a524183796c75e9cd9fa207a035648c091e1c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 3 Mar 2019 21:47:24 -0500 Subject: define unconditionally, we will always support the full floating point environment --- src/fenv/FE_DOWNWARD.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fenv/FE_DOWNWARD.c') diff --git a/src/fenv/FE_DOWNWARD.c b/src/fenv/FE_DOWNWARD.c index 702a50e9..9b30a620 100644 --- a/src/fenv/FE_DOWNWARD.c +++ b/src/fenv/FE_DOWNWARD.c @@ -1,10 +1,6 @@ #include -#if 0 #define FE_DOWNWARD (3) -#else -#undef FE_DOWNWARD -#endif /* Defined iff this operation is supported */ -- cgit v1.2.1