X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/68f91d58f15abe21c65a8b4d7022ccb854c857dc..cc8962bdde81b04aa728aef21e53b4a08a0debfe:/src/closure.h diff --git a/src/closure.h b/src/closure.h index 89f5600f..ad4a3ba9 100644 --- a/src/closure.h +++ b/src/closure.h @@ -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. */