X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2dfb4daf9b3032f4740d1f8d4906077ecc72bdef..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/gram.h diff --git a/src/gram.h b/src/gram.h index 516907c2..e26582fe 100644 --- a/src/gram.h +++ b/src/gram.h @@ -150,5 +150,9 @@ extern int error_token_number; /* Dump RITEM for traces. */ -void ritem_print (FILE *out); +void ritem_print PARAMS ((FILE *out)); + +/* Return the size of the longest rule RHS. */ +size_t ritem_longest_rhs PARAMS ((void)); + #endif /* !GRAM_H_ */