diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-03 21:47:24 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-03 21:47:24 -0500 |
| commit | d8a524183796c75e9cd9fa207a035648c091e1c1 (patch) | |
| tree | 613014cec0594ecac2c6f255a76485a29cef7659 /src/fenv/FE_INVALID.c | |
| parent | 06696f40afe58a231e2531c8bf6d9f0dadb92e51 (diff) | |
define unconditionally, we will always support the full floating point environment
Diffstat (limited to 'src/fenv/FE_INVALID.c')
| -rw-r--r-- | src/fenv/FE_INVALID.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fenv/FE_INVALID.c b/src/fenv/FE_INVALID.c index 975ef8c6..89bfb628 100644 --- a/src/fenv/FE_INVALID.c +++ b/src/fenv/FE_INVALID.c @@ -1,10 +1,6 @@ #include <fenv.h> -#if 0 #define FE_INVALID (1<<2) -#else -#undef FE_INVALID -#endif /* Defined iff this exception is supported */ |
