X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/927764abf2c7710c29a100332587e4235fb36cf2..ba7e10c7ec4398cf44a29e49fee3200588ab7cd9:/scripts/config/zconf.tab.c_shipped diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index 77f392a96..7aeffb5de 100644 --- 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;