From cf126d33afaf33f31609f8ee56982ac11bff4076 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 13 Sep 2004 19:36:53 -0700 Subject: Update shipped version of zconfig.tab.c to match bison/yacc file. --- scripts/kconfig/zconf.tab.c_shipped | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index c9bfdb451676..a48105a405bb 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped @@ -175,6 +175,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken); struct symbol *symbol_hash[257]; +static struct menu *current_menu, *current_entry; + #define YYERROR_VERBOSE -- cgit v1.2.3