From f0d642f3383212358dc6f4e8a29fad6a8cd42778 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Sun, 12 Mar 1995 21:06:56 -0500 Subject: [PATCH] * Makefile.in (stamp-parse): Expect 5 shift/reduce failures. From-SVN: r9173 --- gcc/cp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 2e5f0136c68..f94d82424b0 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -196,7 +196,7 @@ parse.o : $(PARSE_C) $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h lex.h $(PARSE_H) : $(PARSE_C) $(PARSE_C) : $(srcdir)/parse.y - @echo expect 1 shift/reduce confict and 39 reduce/reduce conflicts. + @echo expect 5 shift/reduce confict and 39 reduce/reduce conflicts. cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o parse.c parse.y cd $(srcdir); grep '^#define[ ]*YYEMPTY' parse.c >>parse.h #$(PARSE_C) $(PARSE_H) : stamp-parse ; @true -- 2.30.2