diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/stdlib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 5d410af712..5283440e4f 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -287,8 +287,7 @@ extern unsigned long long int __strtoull_internal (__const char * # endif #endif /* GCC */ -#if defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ \ - && defined __USE_EXTERN_INLINES +#ifdef __USE_EXTERN_INLINES /* Define inline functions which call the internal entry points. */ extern __inline double |