From 288ed20d53efc819b1678cb7db1949046363c66f Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 25 Oct 1996 15:50:17 +0000 Subject: Use the same format for the "expect N shift reduce conflicts" message as in the one other place in /usr/src that prints such an "expect" message (amd). --- usr.bin/f2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/f2c') diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 1a699d2..276faca 100644 --- a/usr.bin/f2c/Makefile +++ b/usr.bin/f2c/Makefile @@ -18,7 +18,7 @@ gram.c: ${GRAMFILES} ${.CURDIR}/defs.h tokdefs.h (sed < tokdefs.h "s/#define/%token/" ; \ cat ${GRAMFILES}) > gram.in $(YACC) $(YFLAGS) gram.in - echo "(expect 4 shift/reduce)" + echo "# expect 4 shift/reduce conflicts" sed 's/^# line.*/\/* & *\//' y.tab.c >gram.c rm -f gram.in y.tab.c -- cgit v1.1