diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-13 19:36:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-13 19:36:53 -0700 |
| commit | cf126d33afaf33f31609f8ee56982ac11bff4076 (patch) | |
| tree | 6b691f0e926082aefaba441a9cf7263cd4582d3f /scripts | |
| parent | c794e99c91d095ad07349222ff7a6be1c52d9153 (diff) | |
Update shipped version of zconfig.tab.c to match bison/yacc file.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
