closure, gram: add missing const

* src/closure.h, src/closure.c, src/gram.h, src/gram.c: Add some missing
const where appropriate.
This commit is contained in:
Akim Demaille
2012-12-28 10:16:37 +01:00
parent 432a008d34
commit 510c8497f8
4 changed files with 24 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ void new_closure (unsigned int n);
significant). CLOSURE places there the indices of all items which
represent units of input that could arrive next. */
void closure (item_number *items, size_t n);
void closure (item_number const *items, size_t n);
/* Frees ITEMSET, RULESET and internal data. */