projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf128f5
)
kconfig: fix `zconfdebug' extern declaration
author
Arnaud Lacombe
<lacombar@gmail.com>
Sun, 5 Dec 2010 06:41:18 +0000
(
01:41
-0500)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 15 Dec 2010 13:42:12 +0000
(14:42 +0100)
This symbol is only exist if YYDEBUG is defined.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/lkc.h
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/lkc.h
b/scripts/kconfig/lkc.h
index a542c6ba84b322117e11d24fa8a134bed777550e..6d38b7c9c824b869d449c45612b820e0cb44e3d2 100644
(file)
--- a/
scripts/kconfig/lkc.h
+++ b/
scripts/kconfig/lkc.h
@@
-68,10
+68,12
@@
struct kconf_id {
enum symbol_type stype;
};
+#ifdef YYDEBUG
+extern int zconfdebug;
+#endif
+
int zconfparse(void);
void zconfdump(FILE *out);
-
-extern int zconfdebug;
void zconf_starthelp(void);
FILE *zconf_fopen(const char *name);
void zconf_initscan(const char *name);