X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d27c823deae06e004cc3c55f843964e24f518a7..3067fbef531832df1e43bbd28787655808361eed:/src/gram.h diff --git a/src/gram.h b/src/gram.h index ca55d007..516907c2 100644 --- a/src/gram.h +++ b/src/gram.h @@ -147,4 +147,8 @@ extern int pure_parser; /* ERROR_TOKEN_NUMBER is the token number of the error token. */ extern int error_token_number; + + +/* Dump RITEM for traces. */ +void ritem_print (FILE *out); #endif /* !GRAM_H_ */