* LR0.c (new_itemsets): Fix wording in comments: say item index rather

than item number.
* closure.c (closure): Likewise.
* state.h (reductions): Comment sorting of rules.
(state): Comment sorting of items.
This commit is contained in:
Joel E. Denny
2007-07-10 02:57:31 +00:00
parent ce3448d5b9
commit 6ce2d93a9b
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
* LR0.c (new_itemsets): Fix wording in comments: say item index rather
than item number.
* closure.c (closure): Likewise.
* state.h (reductions): Comment sorting of rules.
(state): Comment sorting of items.
2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
Fix C++ test cases after recent Gnulib changes. Discussed starting at