aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-13 19:36:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-13 19:36:53 -0700
commitcf126d33afaf33f31609f8ee56982ac11bff4076 (patch)
tree6b691f0e926082aefaba441a9cf7263cd4582d3f /scripts
parentc794e99c91d095ad07349222ff7a6be1c52d9153 (diff)
downloadhistory-cf126d33afaf33f31609f8ee56982ac11bff4076.tar.gz
Update shipped version of zconfig.tab.c to match bison/yacc file.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/zconf.tab.c_shipped2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped
index c9bfdb45167690..a48105a405bb77 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