summaryrefslogtreecommitdiff
path: root/src/fenv/FE_TOWARDZERO.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-03 21:47:24 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-03 21:47:24 -0500
commitd8a524183796c75e9cd9fa207a035648c091e1c1 (patch)
tree613014cec0594ecac2c6f255a76485a29cef7659 /src/fenv/FE_TOWARDZERO.c
parent06696f40afe58a231e2531c8bf6d9f0dadb92e51 (diff)
define unconditionally, we will always support the full floating point environment
Diffstat (limited to 'src/fenv/FE_TOWARDZERO.c')
-rw-r--r--src/fenv/FE_TOWARDZERO.c4
1 files changed, 0 insertions, 4 deletions
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 <fenv.h>
-#if 0
#define FE_TOWARDZERO (0)
-#else
-#undef FE_TOWARDZERO
-#endif
/* Defined iff this operation is supported */