From 2ee094ff7524637304a00fcd25e1d3c9939a1fe5 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 18 May 2013 12:12:38 +0000 Subject: Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488). --- math/tst-CMPLX.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'math/tst-CMPLX.c') diff --git a/math/tst-CMPLX.c b/math/tst-CMPLX.c index 5e9a501..fa0747b 100644 --- a/math/tst-CMPLX.c +++ b/math/tst-CMPLX.c @@ -45,9 +45,7 @@ CMPLX (" #r ", " #i ") does not produce complex " #t ": %zu\n", s); \ C (CMPLXF, float); C (CMPLX, double); -# ifndef NO_LONG_DOUBLE C (CMPLXL, long double); -# endif #endif return result; -- cgit v1.1