From ee2aafe08e68c88412b7dcfa4b1e0d11789348f8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 22 Oct 2011 13:49:49 +0200 Subject: Fix compilation due to __nan defines --- math/s_nan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math/s_nan.c') diff --git a/math/s_nan.c b/math/s_nan.c index 9b2c50558b..97f9d898a0 100644 --- a/math/s_nan.c +++ b/math/s_nan.c @@ -25,6 +25,7 @@ #include +#undef __nan double __nan (const char *tagp) { -- cgit v1.2.3