* ch-exp.y (yycheck, yydefred, yydgoto, yygindex, yylen, yylhs,
authorBrendan Kehoe <brendan@cygnus>
Fri, 23 Jul 1993 22:37:01 +0000 (22:37 +0000)
committerBrendan Kehoe <brendan@cygnus>
Fri, 23 Jul 1993 22:37:01 +0000 (22:37 +0000)
        yyrindex, yysccsid, yysindex, yyss, yyssp, yytable, yyvs, yyvss):
        Also define these to chill_{name}, for 386BSD's yacc.
        * m2-exp.y: Likewise.

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

index 2659859721389d49ea06710ccf858d0b5a8f8d9a..c13b71bdafacb91bc86c7f6b8ab8562dd6e613ad 100644 (file)
@@ -1,3 +1,10 @@
+Fri Jul 23 15:34:37 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * ch-exp.y (yycheck, yydefred, yydgoto, yygindex, yylen, yylhs,
+       yyrindex, yysccsid, yysindex, yyss, yyssp, yytable, yyvs, yyvss):
+       Also define these to chill_{name}, for 386BSD's yacc.
+       * m2-exp.y: Likewise.
+
 Fri Jul 23 09:57:25 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
        * exec.c, corelow.c (target_ops struct): Don't allow
index b35fe87e3aa02a4edd24c46caba633f4811d2e77..76eb91382f47ec506a6e2120c34dce3abc79b3a6 100644 (file)
@@ -74,7 +74,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yyerror chill_error
 #define        yylval  chill_lval
 #define        yychar  chill_char
+#define        yycheck chill_yycheck
 #define        yydebug chill_debug
+#define        yydefred chill_yydefred
+#define        yydgoto chill_yydgoto
+#define        yygindex chill_yygindex
+#define        yylen   chill_yylen
+#define        yylhs   chill_yylhs
+#define        yyrindex chill_yyrindex
+#define        yysccsid chill_yysccsid
+#define        yysindex chill_yysindex
 #define        yypact  chill_pact
 #define        yyr1    chill_r1
 #define        yyr2    chill_r2
@@ -83,20 +92,25 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yypgo   chill_pgo
 #define        yyact   chill_act
 #define        yyexca  chill_exca
-#define yyerrflag chill_errflag
-#define yynerrs        chill_nerrs
+#define        yyerrflag chill_errflag
+#define        yynerrs chill_nerrs
 #define        yyps    chill_ps
 #define        yypv    chill_pv
 #define        yys     chill_s
+#define        yyss    chill_yyss
+#define        yyssp   chill_yyssp
 #define        yy_yys  chill_yys
 #define        yystate chill_state
+#define        yytable chill_yytable
 #define        yytmp   chill_tmp
 #define        yyv     chill_v
+#define        yyvs    chill_vs
+#define        yyvss   chill_vss
 #define        yy_yyv  chill_yyv
 #define        yyval   chill_val
 #define        yylloc  chill_lloc
-#define yyreds chill_reds              /* With YYDEBUG defined */
-#define yytoks chill_toks              /* With YYDEBUG defined */
+#define        yyreds  chill_reds              /* With YYDEBUG defined */
+#define        yytoks  chill_toks              /* With YYDEBUG defined */
 
 #ifndef YYDEBUG
 #define        YYDEBUG 0               /* Default to no yydebug support */
index 449b13f4bb126e871fa2a1943976834460a945b0..c1d6e70fdcfdeca0cb2c645eca1c85cfba3f403b 100644 (file)
@@ -58,7 +58,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yyerror m2_error
 #define        yylval  m2_lval
 #define        yychar  m2_char
+#define        yycheck m2_yycheck
 #define        yydebug m2_debug
+#define        yydefred m2_yydefred
+#define        yydgoto m2_yydgoto
+#define        yygindex m2_yygindex
+#define        yylen   m2_yylen
+#define        yylhs   m2_yylhs
+#define        yyrindex m2_yyrindex
+#define        yysccsid m2_yysccsid
+#define        yysindex m2_yysindex
 #define        yypact  m2_pact
 #define        yyr1    m2_r1
 #define        yyr2    m2_r2
@@ -67,20 +76,25 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        yypgo   m2_pgo
 #define        yyact   m2_act
 #define        yyexca  m2_exca
-#define yyerrflag m2_errflag
-#define yynerrs        m2_nerrs
+#define        yyerrflag m2_errflag
+#define        yynerrs m2_nerrs
 #define        yyps    m2_ps
 #define        yypv    m2_pv
 #define        yys     m2_s
+#define        yyss    m2_yyss
+#define        yyssp   m2_yyssp
 #define        yy_yys  m2_yys
 #define        yystate m2_state
+#define        yytable m2_yytable
 #define        yytmp   m2_tmp
 #define        yyv     m2_v
+#define        yyvs    m2_vs
+#define        yyvss   m2_vss
 #define        yy_yyv  m2_yyv
 #define        yyval   m2_val
 #define        yylloc  m2_lloc
-#define yyreds m2_reds         /* With YYDEBUG defined */
-#define yytoks m2_toks         /* With YYDEBUG defined */
+#define        yyreds  m2_reds         /* With YYDEBUG defined */
+#define        yytoks  m2_toks         /* With YYDEBUG defined */
 
 #ifndef YYDEBUG
 #define        YYDEBUG 0               /* Default to no yydebug support */
This page took 0.030728 seconds and 4 git commands to generate.