OSDN Git Service

Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.
authorRob Landley <rob@landley.net>
Tue, 1 Sep 2015 02:42:47 +0000 (21:42 -0500)
committerRob Landley <rob@landley.net>
Tue, 1 Sep 2015 02:42:47 +0000 (21:42 -0500)
kconfig/zconf.hash.c_shipped

index 0287aa3..1fffcbb 100644 (file)
@@ -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)
 {