mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
style: update comment in reader.c
rrhs and rlhs were removed by b2ed6e5826.
* src/reader.c (packgram): Update comment.
This commit is contained in:
committed by
Akim Demaille
parent
c86b7815fc
commit
3945beb1d2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user