X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=kernel%2Flinux%2Fscripts%2Fkconfig%2Fzconf.tab.c_shipped;h=3943a49a4a908d16248ceae7fee0115d86a15236;hp=c9bfdb45167690a62312996dd9bb93e14397039f;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c diff --git a/kernel/linux/scripts/kconfig/zconf.tab.c_shipped b/kernel/linux/scripts/kconfig/zconf.tab.c_shipped index c9bfdb45..3943a49a 100755 --- a/kernel/linux/scripts/kconfig/zconf.tab.c_shipped +++ b/kernel/linux/scripts/kconfig/zconf.tab.c_shipped @@ -175,6 +175,12 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken); struct symbol *symbol_hash[257]; +/* CONFIG_MIPS_BRCM Begin Broadcom changed code. */ +/* These variables must be moved here from menu.c to make + * GCC4.0 happy. See CRDDB00016084 */ +static struct menu *current_menu, *current_entry; +/* CONFIG_MIPS_BRCM end Broadcom changed code. */ + #define YYERROR_VERBOSE