mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 17:23:35 +00:00
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:
parent
378817d2ee
commit
97c71af856
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19179
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user