From c157db53e9fa2307c579a6ca59431c7d83cc43a1 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 25 Jun 1993 19:17:30 -0400 Subject: [PATCH] only 13 reduce/reduce From-SVN: r4735 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e90f27cb136..d1ce8b02ffb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -779,7 +779,7 @@ cp-parse.o : $(srcdir)/cp-parse.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h cp-lex.h `echo $(srcdir)/cp-parse.c | sed 's,^\./,,'` $(srcdir)/cp-parse.c $(srcdir)/cp-parse.h : $(srcdir)/cp-parse.y - @echo expect 29 shift/reduce conflicts and 14 reduce/reduce conflicts + @echo expect 29 shift/reduce conflicts and 13 reduce/reduce conflicts cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o cp-parse.c cp-parse.y cd $(srcdir); grep '^#define[ ]*YYEMPTY' cp-parse.c >>cp-parse.h -- 2.30.2