From: Brendan Kehoe Date: Fri, 25 Jun 1993 23:17:30 +0000 (-0400) Subject: only 13 reduce/reduce X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c157db53e9fa2307c579a6ca59431c7d83cc43a1;p=gcc.git only 13 reduce/reduce From-SVN: r4735 --- 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