AA: scripts/config: fix inline handling for kconf_id_lookup()
authorFelix Fietkau <nbd@openwrt.org>
Wed, 30 Oct 2013 21:46:58 +0000 (21:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 30 Oct 2013 21:46:58 +0000 (21:46 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38611

scripts/config/zconf.hash.c_shipped

index 7b8f074eef5fbdb77f9df558a27206441175db96..514d65e7fbd046fea34b01435a7f00ca9db1943a 100644 (file)
@@ -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)