OSDN Git Service

Move an #endif that was in the wrong place.
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 5 Sep 2003 06:20:05 +0000 (06:20 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 5 Sep 2003 06:20:05 +0000 (06:20 -0000)
include/stdlib.h

index 82f1643..b183c0b 100644 (file)
@@ -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.  */