* ada-exp.y (yyname, yyrule): Remap global variables that appear
authorJason Thorpe <thorpej@netbsd.org>
Tue, 3 Sep 2002 02:45:56 +0000 (02:45 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 3 Sep 2002 02:45:56 +0000 (02:45 +0000)
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.

gdb/ChangeLog
gdb/ada-exp.y
gdb/c-exp.y
gdb/f-exp.y
gdb/jv-exp.y
gdb/m2-exp.y
gdb/p-exp.y

index 308ce31fcfcbbef45cf96aadeb530e52e28cbd99..82ca55c72d89dc5109a5caccb8bc7993fb54c8f4 100644 (file)
@@ -1,3 +1,13 @@
+2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * 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.
+
 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
index 67185a3e497dd99791ce1763669a0bb68c96c87d..2e34e019cd6e239e83eb0064f10dfc3dfbdffbd9 100644 (file)
@@ -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 */
index ea5083646e0ef785a41e17281206659ad0d80f57..c6fc52c63a54150a16037cce3552a43363680b17 100644 (file)
@@ -89,6 +89,8 @@ extern int hp_som_som_object_present;
 #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 a26f019fe96222d3bdd5cc512257162190e1b150..b9004264eec69d25a9447bab97ebfaa9467ea77d 100644 (file)
@@ -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
index c2e5d16c68ee8667c739681bc8e1b7e7d97d4c5c..70c228b957527853c43503e83ee59336120a8257 100644 (file)
@@ -85,6 +85,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #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 707c9e210913243f171b928bc7a9dc1af481429d..e291d62b1cbc12e2306fa89ba91c325950be6fc6 100644 (file)
@@ -87,6 +87,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #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 fbdd3f69e186990c9815899feebc2619cc898a43..f0939e7bbbf3ce43d58a92104f754817a24f167c 100644 (file)
@@ -93,6 +93,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #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
This page took 0.037488 seconds and 4 git commands to generate.