summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2009-05-22 01:39:07 -0400
committerJoel E. Denny <jdenny@ces.clemson.edu>2009-05-22 01:52:03 -0400
commit246c4efafed178058a22b96d7a046340f6119057 (patch)
tree5edb9cd5e197bbed0c28534bbea3a3b88dddaba7 /data
parent531683e74b893b44a37cf61918281112a1e3efa0 (diff)
downloadbison-246c4efafed178058a22b96d7a046340f6119057.tar.gz
Update some comments to make sense for -D.
* data/bison.m4 (b4_check_user_names): In header comments, say "user occurrence" instead of "grammar occurrence". * src/muscle_tab.h (muscle_percent_define_insert): Likewise. (muscle_percent_code_grow): Likewise just for consistency.
Diffstat (limited to 'data')
-rw-r--r--data/bison.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/data/bison.m4 b/data/bison.m4
index 00a42e21..585fb1d0 100644
--- a/data/bison.m4
+++ b/data/bison.m4
@@ -317,8 +317,8 @@ b4_define_user_code([stype])
# but is not used by Bison (as recorded by macros in the namespace
# BISON-NAMESPACE).
#
-# USER-LIST must expand to a list specifying all grammar occurrences of all
-# names of type WHAT. Each item in the list must be a triplet specifying one
+# USER-LIST must expand to a list specifying all user occurrences of all names
+# of type WHAT. Each item in the list must be a triplet specifying one
# occurrence: name, start boundary, and end boundary. Empty string names are
# fine. An empty list is fine.
#