kconfig/lkc.h
changeset 723 bea5656eb1d1
parent 1 eeea35fbf182
child 943 1cca90ce0481
     1.1 --- a/kconfig/lkc.h	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/kconfig/lkc.h	Fri Jul 25 15:54:52 2008 +0000
     1.3 @@ -6,12 +6,6 @@
     1.4  #ifndef LKC_H
     1.5  #define LKC_H
     1.6  
     1.7 -#define PROJECT_NAME "crosstool-NG"
     1.8 -
     1.9 -// Make some warnings go away
    1.10 -#define YYENABLE_NLS 0
    1.11 -#define YYLTYPE_IS_TRIVIAL 0
    1.12 -
    1.13  #include "expr.h"
    1.14  
    1.15  #ifndef KBUILD_NO_NLS
    1.16 @@ -37,6 +31,7 @@
    1.17  
    1.18  #define SRCTREE "srctree"
    1.19  
    1.20 +#define PROJECT_NAME "crosstool-NG"
    1.21  #define PACKAGE "crosstool-NG"
    1.22  #define LOCALEDIR "/usr/share/locale"
    1.23  
    1.24 @@ -71,6 +66,8 @@
    1.25  
    1.26  /* confdata.c */
    1.27  char *conf_get_default_confname(void);
    1.28 +void sym_set_change_count(int count);
    1.29 +void sym_add_change_count(int count);
    1.30  
    1.31  /* kconfig_load.c */
    1.32  void kconfig_load(void);