changeset 36:812abec2bc20

Leftover from when I cleaned this up for another project.
author Rob Landley <rob@landley.net>
date Sat, 25 Nov 2006 16:23:47 -0500
parents f2c7f0799ebe
children 14d27eab3acf
files kconfig/lkc.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kconfig/lkc.h	Sat Nov 25 16:06:55 2006 -0500
+++ b/kconfig/lkc.h	Sat Nov 25 16:23:47 2006 -0500
@@ -7,7 +7,11 @@
 #define LKC_H
 
 //#define PROJECT_NAME "Linux kernel"
-#define PROJECT_NAME "BusyBox"
+#define PROJECT_NAME "Toybox"
+
+// Make some warnings go away
+#define YYENABLE_NLS 0
+#define YYLTYPE_IS_TRIVIAL 0
 
 #include "expr.h"