* 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.
This commit is contained in:
Marc Autret
2001-11-28 21:31:13 +00:00
parent 5b5d192929
commit c7925b99cb
8 changed files with 26 additions and 24 deletions

View File

@@ -34,7 +34,6 @@ extern int no_lines_flag; /* for -l */
extern int no_parser_flag; /* for -n */
extern int token_table_flag; /* for -k */
extern int verbose_flag; /* for -v */
extern int error_verbose_flag; /* for -e */
extern int graph_flag; /* for -g */
extern int yacc_flag; /* for -y */
extern int trace_flag;