X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c1ecb3c1f5d5df75fefc0c6715f623930795fc56..8850be4b1ca69c2d4269f4127fda58a1e0a00447:/src/output.c diff --git a/src/output.c b/src/output.c index a24441cb..dde3eba7 100644 --- a/src/output.c +++ b/src/output.c @@ -1052,7 +1052,7 @@ 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); MUSCLE_INSERT_INT ("nrules", nrules);