mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* data/yacc.c: Reformat m4 a little for readability.
* src/lalr.c (build_relations): Correct comment.
This commit is contained in:
@@ -262,7 +262,7 @@ build_relations (void)
|
||||
while (!done)
|
||||
{
|
||||
done = true;
|
||||
/* Each rhs ends in an item number, and there is a
|
||||
/* Each rhs ends in a rule number, and there is a
|
||||
sentinel before the first rhs, so it is safe to
|
||||
decrement RP here. */
|
||||
rp--;
|
||||
|
||||
Reference in New Issue
Block a user