scripts/config: merge fixes for various issues, including recursive dependency detect...
[openwrt.git] / scripts / config / zconf.tab.c_shipped
index 77f392a..7aeffb5 100644 (file)
@@ -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;