mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
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:
parent
0e85a757bf
commit
0574ad5a55
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user