diff options
Diffstat (limited to 'kconfig/zconf.hash.c_shipped')
-rw-r--r-- | kconfig/zconf.hash.c_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/zconf.hash.c_shipped b/kconfig/zconf.hash.c_shipped index 47c8b5ba..0287aa3b 100644 --- a/kconfig/zconf.hash.c_shipped +++ b/kconfig/zconf.hash.c_shipped @@ -159,7 +159,7 @@ static struct kconf_id_strings_t kconf_id_strings_contents = "enable" }; #define kconf_id_strings ((const char *) &kconf_id_strings_contents) -#ifdef __GNUC__ +#if defined(__GNUC__) && __STDC_VERSION__ < 199901L __inline #endif struct kconf_id * |