* c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names
authorFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 06:23:28 +0000 (06:23 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 06:23:28 +0000 (06:23 +0000)
for byacc.
**** start-sanitize-chill ****
* ch-exp.y (yyrule, yyname):  Remap like other yy* names for byacc.
**** end-sanitize-chill ****

gdb/ChangeLog
gdb/c-exp.y
gdb/ch-exp.y
gdb/m2-exp.y

index 72c8e197c1944b729ab3aa257be12f972756d09e..8772a507c256724abbd0cff087975fbfa230337b 100644 (file)
@@ -1,5 +1,11 @@
 Wed Dec 30 19:47:13 1992  Fred Fish  (fnf@cygnus.com)
 
+       * c-exp.y, m2-exp.y (yyrule, yyname):  Remap like other yy* names
+       for byacc.
+       **** start-sanitize-chill ****
+       * ch-exp.y (yyrule, yyname):  Remap like other yy* names for byacc.
+       **** end-sanitize-chill ****
+
        * c-exp.y, m2-exp.y (yyreds, yytoks):  Remap like other yy* names.
        * c-exp.y, m2-exp.y (YYDEBUG):  Define if MAINTENANCE_CMDS is defined
        and YYDEBUG is not already defined.
index b77200ea0c079bd281ec90676fd6989feb6c4c45..f04186480155bc6b48299e1da2411369d15524ff 100644 (file)
@@ -73,6 +73,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yy_yyv  c_yyv
 #define        yyval   c_val
 #define        yylloc  c_lloc
+#define yyrule c_rule          /* With YYDEBUG defined, byacc */
+#define yyname  c_name         /* With YYDEBUG defined, byacc */
 #define yyreds c_reds          /* With YYDEBUG defined */
 #define yytoks c_toks          /* With YYDEBUG defined */
 #define yyss   c_yyss          /* byacc */
index 2f6376a3be3669eaedb4256f9d9b317c154cb949..5e677bbfd68b545c653ed67d05ae300593f5eb84 100644 (file)
@@ -90,6 +90,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yy_yyv  chill_yyv
 #define        yyval   chill_val
 #define        yylloc  chill_lloc
+#define yyrule chill_rule              /* With YYDEBUG defined, byacc */
+#define yyname  chill_name             /* With YYDEBUG defined, byacc */
 #define yyreds chill_reds              /* With YYDEBUG defined */
 #define yytoks chill_toks              /* With YYDEBUG defined */
 #define yyss   chill_yyss              /* byacc */
index 2bee7380ae35edf5d295f972026a7b441b497181..0132e033c38e33952aa75676847721b104fb7153 100644 (file)
@@ -75,6 +75,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yy_yyv  m2_yyv
 #define        yyval   m2_val
 #define        yylloc  m2_lloc
+#define yyrule m2_rule         /* With YYDEBUG defined, byacc */
+#define yyname  m2_name                /* With YYDEBUG defined, byacc */
 #define yyreds m2_reds         /* With YYDEBUG defined */
 #define yytoks m2_toks         /* With YYDEBUG defined */
 #define yyss   m2_yyss         /* byacc */
This page took 0.037972 seconds and 4 git commands to generate.