Avoid yydebug compiler warning
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user