diff options
Diffstat (limited to 'scripts/config/zconf.tab.c_shipped')
-rw-r--r-- | scripts/config/zconf.tab.c_shipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index bc2225fb4..be6bd4c0d 100644 --- a/scripts/config/zconf.tab.c_shipped +++ b/scripts/config/zconf.tab.c_shipped | |||
@@ -175,6 +175,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken); | |||
175 | 175 | ||
176 | struct symbol *symbol_hash[257]; | 176 | struct symbol *symbol_hash[257]; |
177 | 177 | ||
178 | static struct menu *current_menu, *current_entry; | ||
179 | |||
178 | #define YYERROR_VERBOSE | 180 | #define YYERROR_VERBOSE |
179 | 181 | ||
180 | 182 | ||
@@ -2119,6 +2121,7 @@ void zconfdump(FILE *out) | |||
2119 | } | 2121 | } |
2120 | 2122 | ||
2121 | #include "lex.zconf.c" | 2123 | #include "lex.zconf.c" |
2124 | #include "util.c" | ||
2122 | #include "confdata.c" | 2125 | #include "confdata.c" |
2123 | #include "expr.c" | 2126 | #include "expr.c" |
2124 | #include "symbol.c" | 2127 | #include "symbol.c" |