aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9')
-rw-r--r--gcc-4.9/gcc/cp/cfns.gperf4
-rw-r--r--gcc-4.9/gcc/cp/cfns.h4
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 05ca75392..b3c1ac7b7 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 c845ddf08..6c9c8c44f 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__