diff options
Diffstat (limited to 'scripts/config/zconf.tab.c_shipped')
-rw-r--r-- | scripts/config/zconf.tab.c_shipped | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index 4f5bcfb45..a5f69a026 100644 --- a/scripts/config/zconf.tab.c_shipped +++ b/scripts/config/zconf.tab.c_shipped | |||
@@ -446,21 +446,21 @@ static const unsigned short yyrline[] = | |||
446 | First, the terminals, then, starting at YYNTOKENS, nonterminals. */ | 446 | First, the terminals, then, starting at YYNTOKENS, nonterminals. */ |
447 | static const char *const yytname[] = | 447 | static const char *const yytname[] = |
448 | { | 448 | { |
449 | "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU", | 449 | "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU", |
450 | "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG", | 450 | "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG", |
451 | "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS", | 451 | "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS", |
452 | "T_REQUIRES", "T_OPTIONAL", "T_PROMPT", "T_DEFAULT", "T_TRISTATE", | 452 | "T_REQUIRES", "T_OPTIONAL", "T_PROMPT", "T_DEFAULT", "T_TRISTATE", |
453 | "T_DEF_TRISTATE", "T_BOOLEAN", "T_DEF_BOOLEAN", "T_STRING", "T_INT", | 453 | "T_DEF_TRISTATE", "T_BOOLEAN", "T_DEF_BOOLEAN", "T_STRING", "T_INT", |
454 | "T_HEX", "T_WORD", "T_WORD_QUOTE", "T_UNEQUAL", "T_EOF", "T_EOL", | 454 | "T_HEX", "T_WORD", "T_WORD_QUOTE", "T_UNEQUAL", "T_EOF", "T_EOL", |
455 | "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_ON", "T_SELECT", "T_RANGE", "T_OR", | 455 | "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_ON", "T_SELECT", "T_RANGE", "T_OR", |
456 | "T_AND", "T_EQUAL", "T_NOT", "$accept", "input", "block", | 456 | "T_AND", "T_EQUAL", "T_NOT", "$accept", "input", "block", |
457 | "common_block", "config_entry_start", "config_stmt", | 457 | "common_block", "config_entry_start", "config_stmt", |
458 | "menuconfig_entry_start", "menuconfig_stmt", "config_option_list", | 458 | "menuconfig_entry_start", "menuconfig_stmt", "config_option_list", |
459 | "config_option", "choice", "choice_entry", "choice_end", "choice_stmt", | 459 | "config_option", "choice", "choice_entry", "choice_end", "choice_stmt", |
460 | "choice_option_list", "choice_option", "choice_block", "if", "if_end", | 460 | "choice_option_list", "choice_option", "choice_block", "if", "if_end", |
461 | "if_stmt", "if_block", "menu", "menu_entry", "menu_end", "menu_stmt", | 461 | "if_stmt", "if_block", "menu", "menu_entry", "menu_end", "menu_stmt", |
462 | "menu_block", "source", "source_stmt", "comment", "comment_stmt", | 462 | "menu_block", "source", "source_stmt", "comment", "comment_stmt", |
463 | "help_start", "help", "depends_list", "depends", "prompt_stmt_opt", | 463 | "help_start", "help", "depends_list", "depends", "prompt_stmt_opt", |
464 | "prompt", "end", "nl_or_eof", "if_expr", "expr", "symbol", 0 | 464 | "prompt", "end", "nl_or_eof", "if_expr", "expr", "symbol", 0 |
465 | }; | 465 | }; |
466 | #endif | 466 | #endif |
@@ -1027,7 +1027,7 @@ yyparse () | |||
1027 | #endif | 1027 | #endif |
1028 | #endif | 1028 | #endif |
1029 | { | 1029 | { |
1030 | 1030 | ||
1031 | register int yystate; | 1031 | register int yystate; |
1032 | register int yyn; | 1032 | register int yyn; |
1033 | int yyresult; | 1033 | int yyresult; |