From e610549b824fffff1c259b6e00c75d09c19d665e Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 17 Mar 2015 21:37:11 -0400 Subject: cfns.gperf, cfns.h: fix function inlining. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/cp/cfns.gperf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/cp/cfns.gperf') diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf index ef1ed083d..91f135e55 100644 --- a/gcc/cp/cfns.gperf +++ b/gcc/cp/cfns.gperf @@ -16,13 +16,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#ifdef __GNUC__ -__inline -#endif static unsigned int hash (const char *, unsigned int); -#ifdef __GNUC__ -__inline -#endif const char * libc_name_p (const char *, unsigned int); %} %% -- cgit v1.2.3