diff options
Diffstat (limited to 'math/test-ldouble.c')
-rw-r--r-- | math/test-ldouble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-ldouble.c b/math/test-ldouble.c index 94a71a29ea..20bf0a16cf 100644 --- a/math/test-ldouble.c +++ b/math/test-ldouble.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #define FUNC(function) function##l +#define FUNC_TEST(function) FUNC (function) #define FLOAT long double #define TEST_MSG "testing long double (without inline functions)\n" #define MATHCONST(x) x##L |