]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.h: And put its extern declaration here.
[bison.git] / ChangeLog
index a08c9a918480f30ac5d9f44de8d785f934a9e5e5..68fd377d73e025e901b3c990ec0f3f33546cf0bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-11-28  Marc Autret  <autret_m@epita.fr>
+
+       * 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.
+
 2001-11-28  Marc Autret  <autret_m@epita.fr>
 
        * src/bison.simple: Adjust muscle names.