From fed0faa1c67e1393a98b874d2534fa7ae3b951c6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 10 Jan 2013 16:44:59 +0000 Subject: Remove __GNUC__ conditions for "long long" from string.h and wchar.h. --- string/string.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'string') diff --git a/string/string.h b/string/string.h index 4b3a686f2c..ecc3fef1bd 100644 --- a/string/string.h +++ b/string/string.h @@ -522,10 +522,8 @@ extern int ffs (int __i) __THROW __attribute__ ((__const__)); platforms. */ # ifdef __USE_GNU extern int ffsl (long int __l) __THROW __attribute__ ((__const__)); -# ifdef __GNUC__ __extension__ extern int ffsll (long long int __ll) __THROW __attribute__ ((__const__)); -# endif # endif /* Compare S1 and S2, ignoring case. */ -- cgit 1.4.1