]> git.saurik.com Git - bison.git/commit - src/options.c
* src/output.h: And put its extern declaration here.
authorMarc Autret <autret_m@epita.fr>
Wed, 28 Nov 2001 21:31:13 +0000 (21:31 +0000)
committerMarc Autret <autret_m@epita.fr>
Wed, 28 Nov 2001 21:31:13 +0000 (21:31 +0000)
commitc7925b99cb67c97af2da26b68b67c234f718494a
tree23a2fec700179a3674737b3942010fc07217accb
parent5b5d192929809b62eafc89aa5f957df74871d380
* src/output.h: And put its extern declaration here.
* src/output.c (error_verbose): Define here.
(prepare): Echo name modification.
* src/getargs.h: Clean its extern declaration.
* src/getargs.c (error_verbose_flag): Remove.
(getargs): Remove case 'e'.
* src/options.c (option_table): 'error-verbose' is now seen as simple
percent option.
Include output.h.
* src/reader.c (read_declarations): Remove case tok_include.
(parse_include_decl): Remove.
* src/lex.h (token_t): Remove tok_include.
* src/options.c (option_table): 'include' is now a simple command line
option.
ChangeLog
src/getargs.c
src/getargs.h
src/lex.h
src/options.c
src/output.c
src/output.h
src/reader.c