yconf.y.patch 651 B

1234567891011121314151617181920212223242526272829
  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. /* Include zconf.hash.c here so it can see the token constants. */
  6. -#include "zconf.hash.c"
  7. +#include "hconf.c"
  8. %}
  9. %%
  10. @@ -509,7 +509,7 @@
  11. sym_init();
  12. _menu_init();
  13. - rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
  14. + rootmenu.prompt = menu_add_prompt(P_MENU, ROOTMENU, NULL);
  15. if (getenv("ZCONF_DEBUG"))
  16. zconfdebug = 1;
  17. @@ -746,7 +746,7 @@
  18. }
  19. }
  20. -#include "zconf.lex.c"
  21. +#include "lconf.c"
  22. #include "util.c"
  23. #include "confdata.c"
  24. #include "expr.c"