Index: ada-exp.y =================================================================== RCS file: /cvs/src/src/gdb/ada-exp.y,v retrieving revision 1.2 diff -c -r1.2 ada-exp.y *** ada-exp.y 21 Jun 2002 14:32:10 -0000 1.2 --- ada-exp.y 2 Sep 2002 18:10:14 -0000 *************** *** 90,95 **** --- 90,97 ---- #define yylloc ada_lloc #define yyreds ada_reds /* With YYDEBUG defined */ #define yytoks ada_toks /* With YYDEBUG defined */ + #define yyname ada_name /* With YYDEBUG defined */ + #define yyrule ada_rule /* With YYDEBUG defined */ #ifndef YYDEBUG #define YYDEBUG 1 /* Default to yydebug support */ Index: c-exp.y =================================================================== RCS file: /cvs/src/src/gdb/c-exp.y,v retrieving revision 1.11 diff -c -r1.11 c-exp.y *** c-exp.y 21 Jun 2002 14:32:10 -0000 1.11 --- c-exp.y 2 Sep 2002 18:10:19 -0000 *************** *** 89,94 **** --- 89,96 ---- #define yylloc c_lloc #define yyreds c_reds /* With YYDEBUG defined */ #define yytoks c_toks /* With YYDEBUG defined */ + #define yyname c_name /* With YYDEBUG defined */ + #define yyrule c_rule /* With YYDEBUG defined */ #define yylhs c_yylhs #define yylen c_yylen #define yydefred c_yydefred Index: f-exp.y =================================================================== RCS file: /cvs/src/src/gdb/f-exp.y,v retrieving revision 1.7 diff -c -r1.7 f-exp.y *** f-exp.y 21 Jun 2002 14:32:10 -0000 1.7 --- f-exp.y 2 Sep 2002 18:10:20 -0000 *************** *** 91,96 **** --- 91,98 ---- #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 Index: jv-exp.y =================================================================== RCS file: /cvs/src/src/gdb/jv-exp.y,v retrieving revision 1.8 diff -c -r1.8 jv-exp.y *** jv-exp.y 25 Jul 2002 04:33:24 -0000 1.8 --- jv-exp.y 2 Sep 2002 18:10:21 -0000 *************** *** 85,90 **** --- 85,92 ---- #define yylloc java_lloc #define yyreds java_reds /* With YYDEBUG defined */ #define yytoks java_toks /* With YYDEBUG defined */ + #define yyname java_name /* With YYDEBUG defined */ + #define yyrule java_rule /* With YYDEBUG defined */ #define yylhs java_yylhs #define yylen java_yylen #define yydefred java_yydefred Index: m2-exp.y =================================================================== RCS file: /cvs/src/src/gdb/m2-exp.y,v retrieving revision 1.5 diff -c -r1.5 m2-exp.y *** m2-exp.y 21 Jun 2002 14:32:10 -0000 1.5 --- m2-exp.y 2 Sep 2002 18:10:22 -0000 *************** *** 87,92 **** --- 87,94 ---- #define yylloc m2_lloc #define yyreds m2_reds /* With YYDEBUG defined */ #define yytoks m2_toks /* With YYDEBUG defined */ + #define yyname m2_name /* With YYDEBUG defined */ + #define yyrule m2_rule /* With YYDEBUG defined */ #define yylhs m2_yylhs #define yylen m2_yylen #define yydefred m2_yydefred Index: p-exp.y =================================================================== RCS file: /cvs/src/src/gdb/p-exp.y,v retrieving revision 1.12 diff -c -r1.12 p-exp.y *** p-exp.y 21 Jun 2002 14:32:10 -0000 1.12 --- p-exp.y 2 Sep 2002 18:10:23 -0000 *************** *** 93,98 **** --- 93,100 ---- #define yylloc pascal_lloc #define yyreds pascal_reds /* With YYDEBUG defined */ #define yytoks pascal_toks /* With YYDEBUG defined */ + #define yyname pascal_name /* With YYDEBUG defined */ + #define yyrule pascal_rule /* With YYDEBUG defined */ #define yylhs pascal_yylhs #define yylen pascal_yylen #define yydefred pascal_yydefred