/* Subroutines for bison
- Copyright (C) 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.
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+#ifndef CLOSURE_H_
+# define CLOSURE_H_
/* Subroutines of file LR0.c. */
/* Frees itemset, ruleset and internal data. */
void free_closure PARAMS ((void));
+
+extern short *itemset;
+extern int itemsetsize;
+
+#endif /* !CLOSURE_H_ */