mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* ada-exp.y (yyname, yyrule): Remap global variables that appear
when YYDEBUG is set to 1. * c-exp.y: Likewise. * f-exp.y: Likewise. * jv-exp.y: Likewise. * m2-exp.y: Likewise. * p-exp.y: Likewise.
This commit is contained in:
@ -91,6 +91,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define yylloc f_lloc
|
||||
#define yyreds f_reds /* With YYDEBUG defined */
|
||||
#define yytoks f_toks /* With YYDEBUG defined */
|
||||
#define yyname f_name /* With YYDEBUG defined */
|
||||
#define yyrule f_rule /* With YYDEBUG defined */
|
||||
#define yylhs f_yylhs
|
||||
#define yylen f_yylen
|
||||
#define yydefred f_yydefred
|
||||
|
Reference in New Issue
Block a user