]> git.saurik.com Git - bison.git/blobdiff - src/closure.h
Revert doc patch.
[bison.git] / src / closure.h
index 2325e7c4e8f9c32c96d7d3538dd6703916914561..887f3da86ec61f4e87d6d56d39ffd620a4315b34 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
@@ -18,6 +18,8 @@
    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
+#ifndef CLOSURE_H_
+# define CLOSURE_H_
 
 /* Subroutines of file LR0.c. */
 
@@ -47,3 +49,8 @@ void closure PARAMS ((short *items, int n));
 /* Frees itemset, ruleset and internal data.  */
 
 void free_closure PARAMS ((void));
+
+extern short *itemset;
+extern int itemsetsize;
+
+#endif /* !CLOSURE_H_ */