From 7cdb8af914777ec68086e9f4f9382168e4ce2ff2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 31 Aug 2015 21:42:47 -0500 Subject: Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig. --- kconfig/zconf.hash.c_shipped | 3 --- 1 file changed, 3 deletions(-) (limited to 'kconfig') diff --git a/kconfig/zconf.hash.c_shipped b/kconfig/zconf.hash.c_shipped index 0287aa3b..1fffcbbf 100644 --- a/kconfig/zconf.hash.c_shipped +++ b/kconfig/zconf.hash.c_shipped @@ -159,9 +159,6 @@ static struct kconf_id_strings_t kconf_id_strings_contents = "enable" }; #define kconf_id_strings ((const char *) &kconf_id_strings_contents) -#if defined(__GNUC__) && __STDC_VERSION__ < 199901L -__inline -#endif struct kconf_id * kconf_id_lookup (register const char *str, register unsigned int len) { -- cgit v1.2.3