mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
DIRECTOR: Fix Redundant Declaration in Grammar Parser Code
This is emitted by GCC if -Wredundant-decls is passed.
This commit is contained in:
parent
600358f1cc
commit
5a7481141a
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user