style: update comment in reader.c

rrhs and rlhs were removed by b2ed6e5826.

* src/reader.c (packgram): Update comment.
This commit is contained in:
Yuichiro Kaneko
2019-10-23 08:30:15 +02:00
committed by Akim Demaille
parent c86b7815fc
commit 3945beb1d2
3 changed files with 8 additions and 4 deletions

View File

@@ -605,10 +605,9 @@ grammar_current_rule_expect_rr (int count, location loc)
}
/*---------------------------------------------------------------.
| Convert the rules into the representation using RRHS, RLHS and |
| RITEM. |
`---------------------------------------------------------------*/
/*---------------------------------------------.
| Build RULES and RITEM from what was parsed. |
`---------------------------------------------*/
static void
packgram (void)