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).
This commit is contained in:
bde 1996-10-25 15:50:17 +00:00
parent 5603a4b31a
commit 0f8c8e774c

View File

@ -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