From 3fe929ecd22b5ca3f5dc35c0c8be523fa7fc1de7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 12:58:34 -0500 Subject: move nonstd/tgmath.h to ./_tgmath.h --- src/math/fpclassify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/fpclassify.c') diff --git a/src/math/fpclassify.c b/src/math/fpclassify.c index da9b24af..a12432a2 100644 --- a/src/math/fpclassify.c +++ b/src/math/fpclassify.c @@ -4,7 +4,7 @@ int __fpclassifyl(long double x); #define fpclassify(x) ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) : \ - (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) : __fpclassifyl(x)) + (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) : __fpclassifyl(x)) /* STDC(199901) -- cgit v1.2.1