X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;h=4394ef915dcc8a3659c3be9e04014c1488d234dc;hp=95f66f71118d18a916104eefca0ce046aaf0b9b5;hb=18b696a20bbca64a93dfecae0fdff3fb0dc85166;hpb=305a8b6969814338a977bcc6173be00405e87752 diff --git a/config/zconf.y b/config/zconf.y index 95f66f7..4394ef9 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -1,8 +1,8 @@ -%{ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2002 Roman Zippel - * Released under the terms of the GNU GPL v2.0. */ +%{ #include #include @@ -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;