Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/sf_cos.c')
-rw-r--r--newlib/libm/math/sf_cos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/math/sf_cos.c b/newlib/libm/math/sf_cos.c
index 8cb0eb008..4c0a9a535 100644
--- a/newlib/libm/math/sf_cos.c
+++ b/newlib/libm/math/sf_cos.c
@@ -14,7 +14,6 @@
*/
#include "fdlibm.h"
-#if __OBSOLETE_MATH
#ifdef __STDC__
static const float one=1.0;
@@ -67,4 +66,3 @@ static float one=1.0;
}
#endif /* defined(_DOUBLE_IS_32BITS) */
-#endif /* __OBSOLETE_MATH */