]> git.saurik.com Git - bison.git/blobdiff - src/closure.h
Revert doc patch.
[bison.git] / src / closure.h
index 91d9d09d44fd08e60926f740c61a2f8660dc66b7..887f3da86ec61f4e87d6d56d39ffd620a4315b34 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for bison
-   Copyright 1984, 1989, 2000 Free Software Foundation, Inc.
+   Copyright 1984, 1989, 2000, 2001  Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -51,6 +51,6 @@ void closure PARAMS ((short *items, int n));
 void free_closure PARAMS ((void));
 
 extern short *itemset;
-extern short *itemsetend;
+extern int itemsetsize;
 
 #endif /* !CLOSURE_H_ */