DIRECTOR: Restore Redundant Declaration Warning Fix in Grammar Parser Code

This is emitted by GCC if -Wredundant-decls is passed.

The Bison source files to generate this header should be modified to
fix this, but I am unclear on the required workflow.
This commit is contained in:
D G Turner 2023-05-21 11:45:27 +01:00
parent 9b5c57100d
commit d5eea395bb

View File

@ -177,7 +177,7 @@ typedef union YYSTYPE YYSTYPE;
extern YYSTYPE yylval;
int yyparse (void);
//int yyparse (void);
#endif /* !YY_YY_ENGINES_DIRECTOR_LINGO_LINGO_GR_H_INCLUDED */