HYPNO: Really Fix Redundant Declaration in MIS Grammar Parser Code

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

This now removes the offending code line from the generator source
file so this should now not revert if the generator is run again.
This commit is contained in:
D G Turner 2022-04-01 22:49:43 +01:00
parent 0e85a757bf
commit 0574ad5a55
2 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@
#define yyerror HYPNO_MIS_xerror
extern int HYPNO_MIS_lex();
//extern int HYPNO_MIS_parse();
extern int yylineno;
Common::Array<uint32> *smenu_idx = nullptr;

View File

@ -34,7 +34,6 @@
#define yyerror HYPNO_MIS_xerror
extern int HYPNO_MIS_lex();
extern int HYPNO_MIS_parse();
extern int yylineno;
Common::Array<uint32> *smenu_idx = nullptr;