xref: /nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/yconf.y.patch (revision 104654410c56c573564690304ae786df310c91fc)
1--- a/libs/parser/yconf.y	2012-01-12 22:37:17.582339777 +0100
2+++ b/libs/parser/yconf.y	2012-03-03 23:55:29.889737630 +0100
3@@ -102,7 +102,7 @@
4
5 %{
6 /* Include zconf.hash.c here so it can see the token constants. */
7-#include "zconf.hash.c"
8+#include "hconf.c"
9 %}
10
11 %%
12@@ -509,7 +509,7 @@
13
14 	sym_init();
15 	_menu_init();
16-	rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
17+	rootmenu.prompt = menu_add_prompt(P_MENU, ROOTMENU, NULL);
18
19 	if (getenv("ZCONF_DEBUG"))
20 		zconfdebug = 1;
21@@ -746,7 +746,7 @@
22 	}
23 }
24
25-#include "zconf.lex.c"
26+#include "lconf.c"
27 #include "util.c"
28 #include "confdata.c"
29 #include "expr.c"
30