mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* 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:
@@ -170,9 +170,9 @@ free_storage (void)
|
||||
| points to a vector of item numbers activated if that symbol is |
|
||||
| shifted, and kernel_size[symbol] is their numbers. |
|
||||
| |
|
||||
| itemset is sorted on item number from ritem, which is sorted |
|
||||
| on rule number. Compute each kernel_base[symbol] with the |
|
||||
| same sort. |
|
||||
| itemset is sorted on item index in ritem, which is sorted on |
|
||||
| rule number. Compute each kernel_base[symbol] with the same |
|
||||
| sort. |
|
||||
`---------------------------------------------------------------*/
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user