about summary refs log tree commit diff
path: root/math/s_nanl.c
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-09-12 17:11:45 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-09-20 14:37:41 -0500
commitfc7f4691d331acb206c9be2643fc2572eabac0e1 (patch)
treece1780079b58bba2560b0e7f7d5e05554786f40b /math/s_nanl.c
parent9f9834f582f87cc84bfaa11cff5f98fb661c288d (diff)
downloadglibc-fc7f4691d331acb206c9be2643fc2572eabac0e1.tar.gz
glibc-fc7f4691d331acb206c9be2643fc2572eabac0e1.tar.xz
glibc-fc7f4691d331acb206c9be2643fc2572eabac0e1.zip
Remove __nan{f,,l} macros
Use the GCC builtin instead.  With the exception of the
files built from a template, they are unused.  This
is preparation for making the s_nanF objects generated.
Diffstat (limited to 'math/s_nanl.c')
-rw-r--r--math/s_nanl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/s_nanl.c b/math/s_nanl.c
index e6149bc0c7..4b7b3d563c 100644
--- a/math/s_nanl.c
+++ b/math/s_nanl.c
@@ -24,7 +24,6 @@
 #include <ieee754.h>
 
 
-#undef __nanl
 long double
 __nanl (const char *tagp)
 {