mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
glr: consistently use the same wording in traces
* data/skeletons/glr.c, data/skeletons/glr2.cc (yyglrReduce): Traces refer to "state 42", not to "state #42".
This commit is contained in:
@@ -2058,7 +2058,7 @@ Now at end of input.
|
||||
Removing dead stacks.
|
||||
Rename stack 1 -> 0.
|
||||
On stack 0, shifting token "end of file" ()
|
||||
Stack 0 now in state #5
|
||||
Stack 0 now in state 5
|
||||
Ambiguity detected.
|
||||
Option 1,
|
||||
start -> <Rule 1, tokens 1 .. 3>
|
||||
|
||||
Reference in New Issue
Block a user