summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fenv/FE_DIVBYZERO.c4
-rw-r--r--src/fenv/FE_DOWNWARD.c4
-rw-r--r--src/fenv/FE_INEXACT.c4
-rw-r--r--src/fenv/FE_INVALID.c4
-rw-r--r--src/fenv/FE_OVERFLOW.c4
-rw-r--r--src/fenv/FE_TONEAREST.c4
-rw-r--r--src/fenv/FE_TOWARDZERO.c4
-rw-r--r--src/fenv/FE_UNDERFLOW.c4
-rw-r--r--src/fenv/FE_UPWARD.c4
9 files changed, 0 insertions, 36 deletions
diff --git a/src/fenv/FE_DIVBYZERO.c b/src/fenv/FE_DIVBYZERO.c
index 80542670..0e523d85 100644
--- a/src/fenv/FE_DIVBYZERO.c
+++ b/src/fenv/FE_DIVBYZERO.c
@@ -1,10 +1,6 @@
#include <fenv.h>
-#if 0
#define FE_DIVBYZERO (1<<0)
-#else
-#undef FE_DIVBYZERO
-#endif
/* Defined iff this exception is supported */
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 <fenv.h>
-#if 0
#define FE_DOWNWARD (3)
-#else
-#undef FE_DOWNWARD
-#endif
/* Defined iff this operation is supported */
diff --git a/src/fenv/FE_INEXACT.c b/src/fenv/FE_INEXACT.c
index 59428fd4..53eac468 100644
--- a/src/fenv/FE_INEXACT.c
+++ b/src/fenv/FE_INEXACT.c
@@ -1,10 +1,6 @@
#include <fenv.h>
-#if 0
#define FE_INEXACT (1<<1)
-#else
-#undef FE_INEXACT
-#endif
/* Defined iff this exception is supported */
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 */
diff --git a/src/fenv/FE_OVERFLOW.c b/src/fenv/FE_OVERFLOW.c
index f2edcf93..2290231f 100644
--- a/src/fenv/FE_OVERFLOW.c
+++ b/src/fenv/FE_OVERFLOW.c
@@ -1,10 +1,6 @@
#include <fenv.h>
-#if 0
#define FE_OVERFLOW (1<<3)
-#else
-#undef FE_OVERFLOW
-#endif
/* Defined iff this exception is supported */
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 <fenv.h>
-#if 0
#define FE_TONEAREST (1)
-#else
-#undef FE_TONEAREST
-#endif
/* Defined iff this operation is supported */
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 */
diff --git a/src/fenv/FE_UNDERFLOW.c b/src/fenv/FE_UNDERFLOW.c
index 96fe5b75..e73f1d00 100644
--- a/src/fenv/FE_UNDERFLOW.c
+++ b/src/fenv/FE_UNDERFLOW.c
@@ -1,10 +1,6 @@
#include <fenv.h>
-#if 0
#define FE_UNDERFLOW (1<<4)
-#else
-#undef FE_UNDERFLOW
-#endif
/* Defined iff this exception is supported */
diff --git a/src/fenv/FE_UPWARD.c b/src/fenv/FE_UPWARD.c
index dbba8275..4ccf07ec 100644
--- a/src/fenv/FE_UPWARD.c
+++ b/src/fenv/FE_UPWARD.c
@@ -1,10 +1,6 @@
#include <fenv.h>
-#if 0
#define FE_UPWARD (2)
-#else
-#undef FE_UPWARD
-#endif
/* Defined iff this operation is supported */