X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;fp=config%2Fzconf.y;h=f72e8994429cd8080042f0135466ef26fd4c23fd;hp=b3564a2c5d09922cd0380f5788f8fa2011a7c307;hb=4bdd3331003decd94dda79827328e5976c1314b1;hpb=f8cd647552bd33dc081078e3c61fd1bbd6970a39 diff --git a/config/zconf.y b/config/zconf.y index b3564a2..f72e899 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -354,14 +354,7 @@ menu_end: end } }; -menu_stmt: menu_entry menu_block menu_end -; - -menu_block: - /* empty */ - | menu_block common_stmt - | menu_block menu_stmt - | menu_block choice_stmt +menu_stmt: menu_entry stmt_list menu_end ; source_stmt: T_SOURCE prompt T_EOL