allow arbitary folder layout when using localmirrors
[openwrt/openwrt.git] / scripts / config / zconf.tab.c_shipped
index 77f392a961bf4536659302d409ab4f2c492ef0c8..7aeffb5deba3c7edaa181873a7aa28e6086c310e 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;