summaryrefslogtreecommitdiff
path: root/gdb/ada-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
commitc5f3ef9bec1271c0d6bfdb901025031d3f473142 (patch)
tree529ab30a28d6a65207e40af97cc2e22bd99c5a30 /gdb/ada-exp.y
parent51f5fb0b47b50f6efec0439b04619405755574ed (diff)
downloadgdb-c5f3ef9bec1271c0d6bfdb901025031d3f473142.tar.gz
* 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/ada-exp.y')
-rw-r--r--gdb/ada-exp.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index 67185a3e497..2e34e019cd6 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -90,6 +90,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 */