diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-06-25 19:17:30 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-06-25 19:17:30 -0400 |
commit | c157db53e9fa2307c579a6ca59431c7d83cc43a1 (patch) | |
tree | 1f111a3db4180ddc28fa3a5afd19d516cc911f11 /gcc | |
parent | e701d556d1569273709176610a5e545c71513d3c (diff) | |
download | gcc-c157db53e9fa2307c579a6ca59431c7d83cc43a1.zip gcc-c157db53e9fa2307c579a6ca59431c7d83cc43a1.tar.gz gcc-c157db53e9fa2307c579a6ca59431c7d83cc43a1.tar.bz2 |
only 13 reduce/reduce
From-SVN: r4735
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e90f27c..d1ce8b0 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 |