]> git.sur5r.net Git - kconfig-frontends/blob - libs/parser/yconf.y.patch
Synchronise with v3.12-rc1
[kconfig-frontends] / libs / parser / yconf.y.patch
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 @@ -96,7 +96,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 @@ -493,7 +493,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 @@ -725,7 +725,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"