Avoid yydebug compiler warning

This commit is contained in:
Viktor Dukhovni
2016-11-14 06:51:17 +11:00
parent 6b68a56820
commit 17d6d0ac1e

View File

@@ -56,7 +56,8 @@ char name[128];
char Basename[128];
#ifdef YYDEBUG
extern int yydebug = 1;
extern int yydebug;
int yydebug = 1;
#endif
char *filename;