mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* src/lalr.c (maxrhs): Move to...
* src/gram.c, src/gram.h (ritem_longest_rhs): here. * src/lalr.c (build_relations): Adjust.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user