* data/yacc.c: Reformat m4 a little for readability.

* src/lalr.c (build_relations): Correct comment.
This commit is contained in:
Joel E. Denny
2008-05-13 05:35:33 +00:00
parent 013cb7f4e1
commit fa6aa7b3dd
5 changed files with 123 additions and 124 deletions

View File

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