X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c29240e74b6f81a3bc37a3b0e718479b2e7f16c3..8f52a1e790ca98162fc0625d81f3a032800d025e:/src/closure.h diff --git a/src/closure.h b/src/closure.h index 2325e7c4..08921c81 100644 --- a/src/closure.h +++ b/src/closure.h @@ -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_ */