summaryrefslogtreecommitdiff
path: root/src/reader.c
diff options
context:
space:
mode:
authorYuichiro Kaneko <spiketeika@gmail.com>2019-10-23 08:30:15 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-23 08:32:06 +0200
commit3945beb1d2abd171c4d813b7b55228c31681b4c3 (patch)
tree6e4831815b6aac2d611df22a73e431ea8fa0c8f6 /src/reader.c
parentc86b7815fc74bf827b845d01e31db8d4da8ccc5d (diff)
downloadbison-3945beb1d2abd171c4d813b7b55228c31681b4c3.tar.gz
style: update comment in reader.c
rrhs and rlhs were removed by b2ed6e5826e772162719db595446b2c58e4ac5d6. * src/reader.c (packgram): Update comment.
Diffstat (limited to 'src/reader.c')
-rw-r--r--src/reader.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/reader.c b/src/reader.c
index fb8a19d6..a247d07b 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -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)