diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2005-11-09 00:34:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:55:54 -0500 |
commit | c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec (patch) | |
tree | a81f2f28e50013dad3b4c31f4dca4600b2909eb0 /scripts/kconfig/lkc.h | |
parent | a02f0570ae201c495ee991b959bb974af18f35cc (diff) |
[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 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 1 |
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); | |||
61 | 61 | ||
62 | /* confdata.c */ | 62 | /* confdata.c */ |
63 | extern const char conf_def_filename[]; | 63 | extern const char conf_def_filename[]; |
64 | extern char conf_filename[]; | ||
65 | 64 | ||
66 | char *conf_get_default_confname(void); | 65 | char *conf_get_default_confname(void); |
67 | 66 | ||