X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;fp=config%2Fzconf.y;h=aedcbc2b0d419ea30bb8d1c17e94310a45f6876f;hp=95f66f71118d18a916104eefca0ce046aaf0b9b5;hb=a399a82909831a941901bb311a335e0a5d5384e0;hpb=7bbbd919c36e802ac66320b3ed1c212487ab3f2d diff --git a/config/zconf.y b/config/zconf.y index 95f66f7..aedcbc2 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -110,11 +110,6 @@ static struct menu *current_menu, *current_entry; menu_end_menu(); } if_entry menu_entry choice_entry -%{ -/* Include kconf_id.c here so it can see the token constants. */ -#include "kconf_id.c" -%} - %% input: mainmenu_stmt stmt_list | stmt_list;