about summary refs log tree commit diff
path: root/math/tst-CMPLX.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-18 12:12:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-18 12:12:38 +0000
commit2ee094ff7524637304a00fcd25e1d3c9939a1fe5 (patch)
treebe4af3670613bc6847b71d53c44ee09b099b3f09 /math/tst-CMPLX.c
parent3779b5b64a7fd0366d66c76992296fa2cdd2bbf6 (diff)
downloadglibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.tar.gz
glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.tar.xz
glibc-2ee094ff7524637304a00fcd25e1d3c9939a1fe5.zip
Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488).
Diffstat (limited to 'math/tst-CMPLX.c')
-rw-r--r--math/tst-CMPLX.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/tst-CMPLX.c b/math/tst-CMPLX.c
index 5e9a501a55..fa0747b991 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;