-Synchronize `#line' directive with user file. []
--------------------------------------------------------------------
-In the bison source:
-%define linef "#line %d %s"
-
-In output.c:
-if (macro_find ("linef"))
- obstack_fgrow2 (&table_obstack, macro_find ("linef"),
- line, filename);
--------------------------------------------------------------------
+Remove %%verbose which is useless. [ok]
+
+* Broken options.
+** %no-lines []
+** %no-parser []
+** %pure-parser ? []
+** %semantic-parser []
+** %token-table []
+** Options which could use parse_dquoted_param ().
+Maybe transfered in lex.c.
+*** %skeleton [ok]
+*** %output []
+*** %file-prefix []
+*** %name-prefix []