]> git.saurik.com Git - bison.git/commit - TODO
* src/bison.simple: Remove YYERROR_VERBOSE using.
authorMarc Autret <autret_m@epita.fr>
Tue, 27 Nov 2001 20:30:13 +0000 (20:30 +0000)
committerMarc Autret <autret_m@epita.fr>
Tue, 27 Nov 2001 20:30:13 +0000 (20:30 +0000)
commiteeeb962b2f91531436baf45f95c9338eaef086c9
tree171cdd4b9e3cfea948765106b616e906ce062339
parente0327bc8b49c31d2b4bccd516d012ededa0d1253
* src/bison.simple: Remove YYERROR_VERBOSE using.
Use %%error_verbose.
(yyparse): Likewise.
* src/output.c (prepare): Give its final value.
* src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
* src/getargs.h: Add its extern declaration.
* src/getargs.c (error_verbose_flag): New int.
(getargs): Update to catch new case.
* src/options.c (option_table): 'error-verbose' is a new option.
(shortopts): Update.
ChangeLog
TODO
src/bison.simple
src/getargs.c
src/getargs.h
src/muscle_tab.c
src/options.c
src/output.c