X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fb9087861fd4b7de68fb8e86d08d4f07fd77238d..eeeb962b:/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_ */