only 13 reduce/reduce
authorBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 25 Jun 1993 23:17:30 +0000 (19:17 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 25 Jun 1993 23:17:30 +0000 (19:17 -0400)
From-SVN: r4735

gcc/Makefile.in

index e90f27cb136dfd6ba4c7d531f8ba5ac2c80ab0ad..d1ce8b02ffb5933b8f5ef8a420a1746b1752269c 100644 (file)
@@ -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