aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2005-11-08 21:34:54 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:55:54 -0800
commitc1a0f5e3c01d28b6782457bee5ae5ace3a9958ec (patch)
treea81f2f28e50013dad3b4c31f4dca4600b2909eb0 /scripts/kconfig/lkc.h
parent[PATCH] kconfig: improve error handling in the parser (diff)
downloadlinux-dev-c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec.tar.xz
linux-dev-c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec.zip
[PATCH] kconfig: stricter error checking for .config
Add some more checks during the parsing of .config, so that after parsing sym_change_count reflects the correct state whether the .config is correct and in sync with the Kconfig or if it needs saving. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/lkc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index ca02eb42eeb3..527f60c99c50 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -61,7 +61,6 @@ char *zconf_curname(void);
/* confdata.c */
extern const char conf_def_filename[];
-extern char conf_filename[];
char *conf_get_default_confname(void);