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_TONEAREST.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fenv/FE_TONEAREST.c') diff --git a/src/fenv/FE_TONEAREST.c b/src/fenv/FE_TONEAREST.c index df11a2bb..5c8b0c8c 100644 --- a/src/fenv/FE_TONEAREST.c +++ b/src/fenv/FE_TONEAREST.c @@ -1,10 +1,6 @@ #include -#if 0 #define FE_TONEAREST (1) -#else -#undef FE_TONEAREST -#endif /* Defined iff this operation is supported */ -- cgit v1.2.1