projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scripts] patch-specs.sh: fallback to ext-toolchain.sh --wrap if spec file patching...
[openwrt.git]
/
scripts
/
config
/
zconf.tab.c_shipped
diff --git
a/scripts/config/zconf.tab.c_shipped
b/scripts/config/zconf.tab.c_shipped
index
77f392a
..
7aeffb5
100644
(file)
--- a/
scripts/config/zconf.tab.c_shipped
+++ b/
scripts/config/zconf.tab.c_shipped
@@
-169,7
+169,7
@@
static void zconf_error(const char *err, ...);
static void zconferror(const char *err);
static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
-struct symbol *symbol_hash[
257
];
+struct symbol *symbol_hash[
SYMBOL_HASHSIZE
];
static struct menu *current_menu, *current_entry;
This page took
0.019381 seconds
and
4
git commands to generate.