brcm47xx: update sprom patches like they are in the mainline kernel
[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;
 
This page took 0.049033 seconds and 4 git commands to generate.