summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
commit596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f (patch)
tree0cbb55d45e05343b846b0f145fb10854a359e62b /misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
parent1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74 (diff)
downloadnuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.gz
nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.bz2
nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.zip
Update to kconfig-frontends-3.6.0, Expand the tarball so that we can accept patches against it
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/kconfig-frontends/libs/parser/yconf.y.patch')
-rw-r--r--misc/tools/kconfig-frontends/libs/parser/yconf.y.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch b/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
new file mode 100644
index 000000000..dc8f0e928
--- /dev/null
+++ b/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
@@ -0,0 +1,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
+@@ -96,7 +96,7 @@
+
+ %{
+ /* Include zconf.hash.c here so it can see the token constants. */
+-#include "zconf.hash.c"
++#include "hconf.c"
+ %}
+
+ %%
+@@ -496,7 +496,7 @@
+ modules_sym = sym_lookup(NULL, 0);
+ modules_sym->type = S_BOOLEAN;
+ modules_sym->flags |= SYMBOL_AUTO;
+- 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;
+@@ -732,7 +732,7 @@
+ }
+ }
+
+-#include "zconf.lex.c"
++#include "lconf.c"
+ #include "util.c"
+ #include "confdata.c"
+ #include "expr.c"