mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
style: use midrule only, not mid-rule
The code was already using midrule only, never mid_rule. This is simpler to remember, and matches a similar change we made from look-ahead to lookahead. * NEWS, doc/bison.texi, src/reader.c, src/scan-code.h, src/scan-code.l * tests/actions.at, tests/c++.at, tests/existing.at: here.
This commit is contained in:
@@ -71,7 +71,7 @@ m4_popdef([AT_LALR1_DIFF_CHECK])
|
||||
## ----------------------- ##
|
||||
|
||||
# We have been careful to strip all the actions excepts the
|
||||
# mid-rule actions.
|
||||
# midrule actions.
|
||||
#
|
||||
# There are 65 SR conflicts. Bison was once wrong, due to an incorrect
|
||||
# computation of nullable. It reported 485 SR conflicts!
|
||||
|
||||
Reference in New Issue
Block a user