mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/muscle_tab.c (muscle_init): Remove 'verbose' muscle initialization.
* src/output.c (prepare): Remove its update.
This commit is contained in:
@@ -1052,7 +1052,6 @@ prepare (void)
|
||||
MUSCLE_INSERT_INT ("final", final_state);
|
||||
MUSCLE_INSERT_INT ("maxtok", max_user_token_number);
|
||||
MUSCLE_INSERT_INT ("ntbase", ntokens);
|
||||
MUSCLE_INSERT_INT ("verbose", 0);
|
||||
MUSCLE_INSERT_INT ("error_verbose", error_verbose_flag);
|
||||
|
||||
MUSCLE_INSERT_INT ("nnts", nvars);
|
||||
|
||||
Reference in New Issue
Block a user