mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/conflicts.c: Move global variables rrc_total and src_total ...
(print_conflicts): here. * src/output.c (output): Free global variable user_toknums. * src/lex.c (token_obstack): Become static.
This commit is contained in:
@@ -1108,6 +1108,7 @@ output (void)
|
||||
if (semantic_parser)
|
||||
output_stos ();
|
||||
output_rule_data ();
|
||||
XFREE (user_toknums);
|
||||
output_actions ();
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user