X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/38609c34559fb86f2fb827dfed929ba9c396dc6f..0d40b36417759153678ed0ad125bc912884f602d:/src/closure.h?ds=sidebyside diff --git a/src/closure.h b/src/closure.h index f64b7d5e..528d3b2a 100644 --- a/src/closure.h +++ b/src/closure.h @@ -1,6 +1,6 @@ /* Subroutines for bison - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009 Free Software + Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2015 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -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. */