From fc7f4691d331acb206c9be2643fc2572eabac0e1 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Mon, 12 Sep 2016 17:11:45 -0500 Subject: 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. --- math/s_nan.c | 1 - math/s_nanf.c | 1 - math/s_nanl.c | 1 - 3 files changed, 3 deletions(-) (limited to 'math') diff --git a/math/s_nan.c b/math/s_nan.c index d9af775..03e95f5 100644 --- a/math/s_nan.c +++ b/math/s_nan.c @@ -24,7 +24,6 @@ #include -#undef __nan double __nan (const char *tagp) { diff --git a/math/s_nanf.c b/math/s_nanf.c index 0dd6778..3046720 100644 --- a/math/s_nanf.c +++ b/math/s_nanf.c @@ -24,7 +24,6 @@ #include -#undef __nanf float __nanf (const char *tagp) { diff --git a/math/s_nanl.c b/math/s_nanl.c index e6149bc..4b7b3d5 100644 --- a/math/s_nanl.c +++ b/math/s_nanl.c @@ -24,7 +24,6 @@ #include -#undef __nanl long double __nanl (const char *tagp) { -- cgit v1.1