diff options
-rw-r--r-- | gcc-4.9/gcc/cp/cfns.gperf | 4 | ||||
-rw-r--r-- | gcc-4.9/gcc/cp/cfns.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.9/gcc/cp/cfns.gperf b/gcc-4.9/gcc/cp/cfns.gperf index 05ca753..b3c1ac7 100644 --- a/gcc-4.9/gcc/cp/cfns.gperf +++ b/gcc-4.9/gcc/cp/cfns.gperf @@ -20,10 +20,6 @@ along with GCC; see the file COPYING3. If not see __inline #endif static unsigned int hash (const char *, unsigned int); -#ifdef __GNUC__ -__inline -#endif -const char * libc_name_p (const char *, unsigned int); %} %% # The standard C library functions, for feeding to gperf; the result is used diff --git a/gcc-4.9/gcc/cp/cfns.h b/gcc-4.9/gcc/cp/cfns.h index c845ddf..6c9c8c4 100644 --- a/gcc-4.9/gcc/cp/cfns.h +++ b/gcc-4.9/gcc/cp/cfns.h @@ -51,10 +51,6 @@ along with GCC; see the file COPYING3. If not see __inline #endif static unsigned int hash (const char *, unsigned int); -#ifdef __GNUC__ -__inline -#endif -const char * libc_name_p (const char *, unsigned int); /* maximum key range = 391, duplicates = 0 */ #ifdef __GNUC__ |