mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
#define yyerrflag and yynerrs to avoid global name conflicts.
This commit is contained in:
@ -55,6 +55,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define yypgo c_pgo
|
#define yypgo c_pgo
|
||||||
#define yyact c_act
|
#define yyact c_act
|
||||||
#define yyexca c_exca
|
#define yyexca c_exca
|
||||||
|
#define yyerrflag c_errflag
|
||||||
|
#define yynerrs c_nerrs
|
||||||
|
|
||||||
/* Forward decls */
|
/* Forward decls */
|
||||||
void yyerror ();
|
void yyerror ();
|
||||||
|
@ -55,6 +55,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define yypgo m2_pgo
|
#define yypgo m2_pgo
|
||||||
#define yyact m2_act
|
#define yyact m2_act
|
||||||
#define yyexca m2_exca
|
#define yyexca m2_exca
|
||||||
|
#define yyerrflag m2_errflag
|
||||||
|
#define yynerrs m2_nerrs
|
||||||
|
|
||||||
/* Forward decl's */
|
/* Forward decl's */
|
||||||
void yyerror ();
|
void yyerror ();
|
||||||
|
Reference in New Issue
Block a user