X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5b5d192929809b62eafc89aa5f957df74871d380..52afa962d1e74968713f6b04123512f445f19851:/src/output.c diff --git a/src/output.c b/src/output.c index 0e00c634..c78b0f9a 100644 --- a/src/output.c +++ b/src/output.c @@ -125,6 +125,8 @@ static int high; struct obstack muscle_obstack; struct obstack output_obstack; +int error_verbose = 0; + /* FIXME. */ static inline void @@ -1052,7 +1054,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 ("error-verbose", error_verbose_flag); + MUSCLE_INSERT_INT ("error-verbose", error_verbose); MUSCLE_INSERT_INT ("nnts", nvars); MUSCLE_INSERT_INT ("nrules", nrules);