www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / kernel / linux / scripts / kconfig / zconf.tab.c_shipped
index c9bfdb4..3943a49 100755 (executable)
@@ -175,6 +175,12 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken);
 
 struct symbol *symbol_hash[257];
 
 
 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
 
 
 #define YYERROR_VERBOSE