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