mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* 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:
14
src/reader.c
14
src/reader.c
@@ -974,16 +974,6 @@ parse_skel_decl (void)
|
||||
/* Complete with parse_dquoted_param () on the CVS branch 1.29. */
|
||||
}
|
||||
|
||||
/*---------------------------------------.
|
||||
| Parse what comes after %skeleton_path. |
|
||||
`---------------------------------------*/
|
||||
|
||||
void
|
||||
parse_include_decl (void)
|
||||
{
|
||||
/* Complete with parse_dquoted_param () on the CVS branch 1.29. */
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------.
|
||||
| Read from finput until `%%' is seen. Discard the `%%'. Handle |
|
||||
| any `%' declarations, and copy the contents of any `%{ ... %}' |
|
||||
@@ -1058,10 +1048,6 @@ read_declarations (void)
|
||||
parse_skel_decl ();
|
||||
break;
|
||||
|
||||
case tok_include:
|
||||
parse_include_decl ();
|
||||
break;
|
||||
|
||||
case tok_noop:
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user