|
@@ -175,7 +175,6 @@ config_entry_start: T_CONFIG nonconst_symbol T_EOL
|
|
|
|
|
|
config_stmt: config_entry_start config_option_list
|
|
config_stmt: config_entry_start config_option_list
|
|
{
|
|
{
|
|
- menu_end_entry();
|
|
|
|
printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
|
|
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;
|
|
current_entry->prompt->type = P_MENU;
|
|
else
|
|
else
|
|
zconfprint("warning: menuconfig statement without prompt");
|
|
zconfprint("warning: menuconfig statement without prompt");
|
|
- menu_end_entry();
|
|
|
|
printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
|
|
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
|
|
comment_stmt: comment depends_list
|
|
-{
|
|
|
|
- menu_end_entry();
|
|
|
|
-};
|
|
|
|
|
|
+;
|
|
|
|
|
|
/* help option */
|
|
/* help option */
|
|
|
|
|