only 13 reduce/reduce

From-SVN: r4735
This commit is contained in:
Brendan Kehoe 1993-06-25 19:17:30 -04:00
parent e701d556d1
commit c157db53e9
1 changed files with 1 additions and 1 deletions

View 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