summaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-09-03 02:45:56 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-09-03 02:45:56 +0000
commit06891d83421e10e9d29301527a4ff5297d8744a3 (patch)
treef477beb77e4c9fa069c5b662de5546327762871d /gdb/f-exp.y
parentb8bb248ad6ccd0a64237c66f8fa9022aea26c0ed (diff)
* 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.
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r--gdb/f-exp.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y
index a26f019fe9..b9004264ee 100644
--- a/gdb/f-exp.y
+++ b/gdb/f-exp.y
@@ -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