]> git.saurik.com Git - bison.git/blobdiff - src/closure.h
Typos in ChangeLog.
[bison.git] / src / closure.h
index 2325e7c4e8f9c32c96d7d3538dd6703916914561..08921c81e450efc114780f032f497b06a6246418 100644 (file)
@@ -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 short *itemsetend;
+
+#endif /* !CLOSURE_H_ */