kconfig: fix `zconfdebug' extern declaration
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>
This commit is contained in:
committed by
Michal Marek
parent
bf128f5265
commit
4ce2c1e8e8
@@ -68,10 +68,12 @@ struct kconf_id {
|
|||||||
enum symbol_type stype;
|
enum symbol_type stype;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef YYDEBUG
|
||||||
|
extern int zconfdebug;
|
||||||
|
#endif
|
||||||
|
|
||||||
int zconfparse(void);
|
int zconfparse(void);
|
||||||
void zconfdump(FILE *out);
|
void zconfdump(FILE *out);
|
||||||
|
|
||||||
extern int zconfdebug;
|
|
||||||
void zconf_starthelp(void);
|
void zconf_starthelp(void);
|
||||||
FILE *zconf_fopen(const char *name);
|
FILE *zconf_fopen(const char *name);
|
||||||
void zconf_initscan(const char *name);
|
void zconf_initscan(const char *name);
|
||||||
|
Reference in New Issue
Block a user