diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/lkc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index a542c6ba84b3..6d38b7c9c824 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -68,10 +68,12 @@ struct kconf_id { | |||
68 | enum symbol_type stype; | 68 | enum symbol_type stype; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | #ifdef YYDEBUG | ||
72 | extern int zconfdebug; | ||
73 | #endif | ||
74 | |||
71 | int zconfparse(void); | 75 | int zconfparse(void); |
72 | void zconfdump(FILE *out); | 76 | void zconfdump(FILE *out); |
73 | |||
74 | extern int zconfdebug; | ||
75 | void zconf_starthelp(void); | 77 | void zconf_starthelp(void); |
76 | FILE *zconf_fopen(const char *name); | 78 | FILE *zconf_fopen(const char *name); |
77 | void zconf_initscan(const char *name); | 79 | void zconf_initscan(const char *name); |