File: yconf.y.patch

package info (click to toggle)
kconfig-frontends 4.11.0.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,120 kB
  • sloc: ansic: 11,498; cpp: 1,876; yacc: 624; sh: 439; lex: 374; makefile: 274; python: 96
file content (29 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/libs/parser/yconf.y	2012-01-12 22:37:17.582339777 +0100
+++ b/libs/parser/yconf.y	2012-03-03 23:55:29.889737630 +0100
@@ -102,7 +102,7 @@
 
 %{
 /* Include zconf.hash.c here so it can see the token constants. */
-#include "zconf.hash.c"
+#include "hconf.c"
 %}
 
 %%
@@ -509,7 +509,7 @@
 
 	sym_init();
 	_menu_init();
-	rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
+	rootmenu.prompt = menu_add_prompt(P_MENU, ROOTMENU, NULL);
 
 	if (getenv("ZCONF_DEBUG"))
 		zconfdebug = 1;
@@ -746,7 +746,7 @@
 	}
 }
 
-#include "zconf.lex.c"
+#include "lconf.c"
 #include "util.c"
 #include "confdata.c"
 #include "expr.c"