summaryrefslogtreecommitdiff
path: root/src/math/__fpclassify.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 18:06:53 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 18:06:53 -0400
commit37f35c82fab1cb2c1203678e622c83dc2ba58f83 (patch)
treec96c14513eb5bded7003493d2207f1828167d587 /src/math/__fpclassify.c
parent48d2528a5b7b031111fa24c53ca28d3ddc436a79 (diff)
adjust to new file names
Diffstat (limited to 'src/math/__fpclassify.c')
-rw-r--r--src/math/__fpclassify.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/math/__fpclassify.c b/src/math/__fpclassify.c
index ca3ef493..8331bd41 100644
--- a/src/math/__fpclassify.c
+++ b/src/math/__fpclassify.c
@@ -2,14 +2,6 @@
#include <math.h>
#include "_tgmath.h"
-#if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
-#include "FP_INFINITE.c"
-#include "FP_NAN.c"
-#include "FP_NORMAL.c"
-#include "FP_SUBNORMAL.c"
-#include "FP_ZERO.c"
-#endif
-
int TGFN(__fpclassify)(TYPE x)
{
(void)x;