]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/bison.simple: Remove YYERROR_VERBOSE using.
[bison.git] / src / output.c
index a24441cb3e5ea753e3145ab8541db59bc08203be..9f2b9b5e283c9d5e5d32d3f620658784d88305ad 100644 (file)
@@ -1053,6 +1053,7 @@ prepare (void)
   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);