DIRECTOR: Fix Redundant Declaration in Grammar Parser Code

This is emitted by GCC if -Wredundant-decls is passed.
This commit is contained in:
D G Turner 2022-03-09 10:02:17 +00:00
parent 600358f1cc
commit 5a7481141a

View File

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