projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae0fa5
)
AA: scripts/config: fix inline handling for kconf_id_lookup()
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 30 Oct 2013 21:46:58 +0000
(21:46 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/scripts/config/zconf.hash.c_shipped
b/scripts/config/zconf.hash.c_shipped
index 7b8f074eef5fbdb77f9df558a27206441175db96..514d65e7fbd046fea34b01435a7f00ca9db1943a 100644
(file)
--- 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)