changeset 2526:aad9cc70dfb2

[project @ 1996-11-17 21:34:03 by jwe]
author jwe
date Sun, 17 Nov 1996 21:34:04 +0000
parents 8561d88be5f2
children e2a7c830472c
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
 Sun Nov 17 14:14:48 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Makefile.in (parse.cc): Expect 12 shift/reduce conflicts.
+
 	* parse.y (set_stmt_print_flag): New function.
 	(sep_type): New member for bison %union declaration.
 	Simplify rules for statement lists keeping track of the type of
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -358,7 +358,7 @@
 # Special rules -- these files need special things to be defined.
 
 parse.cc : parse.y
-	@echo "expect 18 shift/reduce conflicts"
+	@echo "expect 12 shift/reduce conflicts"
 	$(YACC) $(YFLAGS) $<
 	@$(top_srcdir)/move-if-change y.tab.c $(@F)