From 4b27b8d0bef7adcbfa993ff8b985a91d423f78c4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 27 Jul 2004 22:48:36 +0000 Subject: Remove all reference to __GLIBC_HAVE_LONG_LONG --- include/stdlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index b183c0bdd..e633a5c1a 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -155,7 +155,7 @@ extern int atoi (__const char *__nptr) __THROW __attribute_pure__; extern long int atol (__const char *__nptr) __THROW __attribute_pure__; __END_NAMESPACE_STD -#if defined __USE_ISOC99 || (defined __GLIBC_HAVE_LONG_LONG && defined __USE_MISC) +#if defined __USE_ISOC99 || defined __USE_MISC __BEGIN_NAMESPACE_C99 /* Convert a string to a long long integer. */ __extension__ extern long long int atoll (__const char *__nptr) @@ -192,7 +192,7 @@ extern unsigned long int strtoul (__const char *__restrict __nptr, __THROW; __END_NAMESPACE_C99 -#if defined __GLIBC_HAVE_LONG_LONG && defined __USE_BSD +#if defined __USE_BSD /* Convert a string to a quadword integer. */ __extension__ extern long long int strtoq (__const char *__restrict __nptr, @@ -204,7 +204,7 @@ extern unsigned long long int strtouq (__const char *__restrict __nptr, __THROW; #endif /* GCC and use BSD. */ -#if defined __USE_ISOC99 || (defined __GLIBC_HAVE_LONG_LONG && defined __USE_MISC) +#if defined __USE_ISOC99 || defined __USE_MISC __BEGIN_NAMESPACE_C99 /* Convert a string to a quadword integer. */ __extension__ -- cgit v1.2.3