From: Felix Fietkau Date: Wed, 30 Oct 2013 21:46:58 +0000 (+0000) Subject: AA: scripts/config: fix inline handling for kconf_id_lookup() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=457476e12be55b17c6ec4f614ba44ac26ba507c2;p=openwrt%2Fsvn-archive%2Fopenwrt.git AA: scripts/config: fix inline handling for kconf_id_lookup() Signed-off-by: Felix Fietkau SVN-Revision: 38611 --- diff --git a/scripts/config/zconf.hash.c_shipped b/scripts/config/zconf.hash.c_shipped index 7b8f074eef..514d65e7fb 100644 --- a/scripts/config/zconf.hash.c_shipped +++ b/scripts/config/zconf.hash.c_shipped @@ -159,6 +159,9 @@ static struct kconf_id_strings_t kconf_id_strings_contents = #define kconf_id_strings ((const char *) &kconf_id_strings_contents) #ifdef __GNUC__ __inline +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ +__attribute__ ((__gnu_inline__)) +#endif #endif struct kconf_id * kconf_id_lookup (register const char *str, register unsigned int len)