X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/146ad4c8d055b498632ee6f2a3079878607a7ffb..f0451dba71a80adebe53a11db00c00bac7c70ba7:/src/closure.h diff --git a/src/closure.h b/src/closure.h index 67759a48..887f3da8 100644 --- a/src/closure.h +++ b/src/closure.h @@ -51,6 +51,6 @@ void closure PARAMS ((short *items, int n)); void free_closure PARAMS ((void)); extern short *itemset; -extern size_t itemsetsize; +extern int itemsetsize; #endif /* !CLOSURE_H_ */