diff -r eeea35fbf182 -r d3e603e7c17c kconfig/lkc.h --- a/kconfig/lkc.h Sat Feb 24 11:00:05 2007 +0000 +++ b/kconfig/lkc.h Mon Jul 28 21:32:33 2008 +0000 @@ -6,12 +6,6 @@ #ifndef LKC_H #define LKC_H -#define PROJECT_NAME "crosstool-NG" - -// Make some warnings go away -#define YYENABLE_NLS 0 -#define YYLTYPE_IS_TRIVIAL 0 - #include "expr.h" #ifndef KBUILD_NO_NLS @@ -37,6 +31,7 @@ #define SRCTREE "srctree" +#define PROJECT_NAME "crosstool-NG" #define PACKAGE "crosstool-NG" #define LOCALEDIR "/usr/share/locale" @@ -71,6 +66,8 @@ /* confdata.c */ char *conf_get_default_confname(void); +void sym_set_change_count(int count); +void sym_add_change_count(int count); /* kconfig_load.c */ void kconfig_load(void);