]> git.saurik.com Git - bison.git/blobdiff - src/closure.h
package: bump to 2015
[bison.git] / src / closure.h
index 2aaba5cec51400c0e6bdc25fe4817f47befa08c1..528d3b2a2d7f8c5cdec7eb2863326a71d23e2c9d 100644 (file)
@@ -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.  */