-#if 0
- /* For the time being, this is not enabled yet, while it's possible
- though, since we use obstacks. The only risk is with semantic
- parsers which will output an `include' of an output file: be sure
- that the naem included is indeed the name of the output file. */
- /* FIXME Should we activate this options ? */
- {opt_both, "output-file", required_argument, &spec_outfile, tok_setopt, 'o'},
- {opt_both, "file-prefix", required_argument,&spec_file_prefix,tok_setopt,'b'},
- {opt_both, "name-prefix", required_argument,&spec_name_prefix,tok_setopt,'p'},
-#endif
+ {opt_percent, "error-verbose", 0, &error_verbose, tok_intopt, 0},
+
+ /* FIXME: semantic parsers will output an `include' of an
+ output file: be sure that the naem included is indeed the name of
+ the output file. */ /* FIXME Should we activate this options ?
+ */
+ {opt_both, "output", required_argument, &spec_outfile, tok_stropt, 'o'},
+ {opt_both, "file-prefix", required_argument,&spec_file_prefix,tok_stropt,'b'},
+ {opt_both, "name-prefix", required_argument,&spec_name_prefix,tok_stropt,'p'},
+