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