X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fzconf.y;h=dae149812cbc44c552a556a9ea760d4f57d0231a;hb=2d2c41c2a3de84a2820bcb10988b4e66d654e227;hp=04c723595736f7be728eb5b4f2493071bf409efd;hpb=c9ae0d06ab99e64ccbd1f2f6548818e6e860e384;p=carl9170fw.git diff --git a/config/zconf.y b/config/zconf.y index 04c7235..dae1498 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -175,7 +175,6 @@ config_entry_start: T_CONFIG nonconst_symbol T_EOL config_stmt: config_entry_start config_option_list { - menu_end_entry(); printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); }; @@ -192,7 +191,6 @@ menuconfig_stmt: menuconfig_entry_start config_option_list current_entry->prompt->type = P_MENU; else zconfprint("warning: menuconfig statement without prompt"); - menu_end_entry(); printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); }; @@ -421,9 +419,7 @@ comment: T_COMMENT prompt T_EOL }; comment_stmt: comment depends_list -{ - menu_end_entry(); -}; +; /* help option */