X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..3209eb1c4c5de8dd812e65da27df00c548f476fe:/src/closure.h diff --git a/src/closure.h b/src/closure.h index 2aaba5ce..528d3b2a 100644 --- a/src/closure.h +++ b/src/closure.h @@ -1,7 +1,7 @@ /* Subroutines for bison - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009, 2010 Free - Software Foundation, Inc. + 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. */