diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-15 16:45:11 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-15 16:45:11 +0000 |
commit | afaffaea3892b0d2af9269e10a2d9e09a95174f2 (patch) | |
tree | 064c98815470434478c33fc486220b8c8357d368 /kconfig/lkc.h | |
parent | 5fbbd29ee62ba971d4660a409d3d763c2617eae9 (diff) | |
download | crosstool-ng-afaffaea3892b0d2af9269e10a2d9e09a95174f2.tar.gz crosstool-ng-afaffaea3892b0d2af9269e10a2d9e09a95174f2.tar.bz2 crosstool-ng-afaffaea3892b0d2af9269e10a2d9e09a95174f2.zip |
Update to latest kconfig from linux-2.6.20.7.
I'm not sure of the improvements, but at least we're up-to-date, and updating in the future will be easier.
Diffstat (limited to 'kconfig/lkc.h')
-rw-r--r-- | kconfig/lkc.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/kconfig/lkc.h b/kconfig/lkc.h index cf326792..ab963df9 100644 --- a/kconfig/lkc.h +++ b/kconfig/lkc.h @@ -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 @@ extern "C" { #define SRCTREE "srctree" +#define PROJECT_NAME "crosstool-NG" #define PACKAGE "crosstool-NG" #define LOCALEDIR "/usr/share/locale" @@ -71,6 +66,8 @@ char *zconf_curname(void); /* 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); |