summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:35:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:35:29 -0600
commit1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6 (patch)
treef4bc7ab3f264106ab13814d6adf8c4fca6b6343f /misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
parent2a815aa47083c49b9a809056004bd9a01e87221c (diff)
downloadnuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.tar.gz
nuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.tar.bz2
nuttx-1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6.zip
Restore trainling whitespace in .patch and .diff files wehre required
Diffstat (limited to 'misc/tools/kconfig-frontends/libs/parser/yconf.y.patch')
-rw-r--r--misc/tools/kconfig-frontends/libs/parser/yconf.y.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch b/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
index 09b9bbf55..6856904ce 100644
--- a/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
+++ b/misc/tools/kconfig-frontends/libs/parser/yconf.y.patch
@@ -1,27 +1,27 @@
--- 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"
%}
-
+
%%
@@ -493,7 +493,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;
@@ -725,7 +725,7 @@
}
}
-
+
-#include "zconf.lex.c"
+#include "lconf.c"
#include "util.c"