From f88c789f2a33ba245027aee2c985e46961e55aff Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 5 Sep 2003 06:20:05 +0000 Subject: Move an #endif that was in the wrong place. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdlib.h b/include/stdlib.h index 82f1643b6..b183c0bdd 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -162,7 +162,6 @@ __extension__ extern long long int atoll (__const char *__nptr) __THROW __attribute_pure__; __END_NAMESPACE_C99 #endif -#endif /* __UCLIBC_HAS_FLOATS__ */ #ifdef __UCLIBC_HAS_FLOATS__ __BEGIN_NAMESPACE_STD @@ -181,6 +180,7 @@ extern long double strtold (__const char *__restrict __nptr, char **__restrict __endptr) __THROW; __END_NAMESPACE_C99 #endif +#endif /* __UCLIBC_HAS_FLOATS__ */ __BEGIN_NAMESPACE_STD /* Convert a string to a long integer. */ -- cgit v1.2.3