mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
* src/lex.c (percent_table): Typo: s/naem/name/.
Add graph option. Normalize new options declarations.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-08-23 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* src/lex.c (percent_table): Typo: s/naem/name/.
|
||||||
|
Add graph option.
|
||||||
|
Normalize new options declarations.
|
||||||
|
|
||||||
2001-08-20 Pascal Bart <pascal.bart@epita.fr>
|
2001-08-20 Pascal Bart <pascal.bart@epita.fr>
|
||||||
|
|
||||||
* tests/suite.at: Exercise %header_extension and %source_extension.
|
* tests/suite.at: Exercise %header_extension and %source_extension.
|
||||||
|
|||||||
@@ -543,11 +543,12 @@ struct percent_table_struct percent_table[] =
|
|||||||
{ "fixed_output_files",&yacc_flag, tok_noop }, /* -y */
|
{ "fixed_output_files",&yacc_flag, tok_noop }, /* -y */
|
||||||
{ "defines", &defines_flag, tok_noop }, /* -d */
|
{ "defines", &defines_flag, tok_noop }, /* -d */
|
||||||
{ "no_parser", &no_parser_flag, tok_noop }, /* -n */
|
{ "no_parser", &no_parser_flag, tok_noop }, /* -n */
|
||||||
|
{ "graph", &graph_flag, tok_noop }, /* -g */
|
||||||
#if 0
|
#if 0
|
||||||
/* For the time being, this is not enabled yet, while it's possible
|
/* For the time being, this is not enabled yet, while it's possible
|
||||||
though, since we use obstacks. The only risk is with semantic
|
though, since we use obstacks. The only risk is with semantic
|
||||||
parsers which will output an `include' of an output file: be sure
|
parsers which will output an `include' of an output file: be sure
|
||||||
that the naem included is indeed the name of the output file. */
|
that the name included is indeed the name of the output file. */
|
||||||
{ "output_file", &spec_outfile, tok_setopt }, /* -o */
|
{ "output_file", &spec_outfile, tok_setopt }, /* -o */
|
||||||
{ "file_prefix", &spec_file_prefix, tok_setopt }, /* -b */
|
{ "file_prefix", &spec_file_prefix, tok_setopt }, /* -b */
|
||||||
{ "name_prefix", &spec_name_prefix, tok_setopt }, /* -p */
|
{ "name_prefix", &spec_name_prefix, tok_setopt }, /* -p */
|
||||||
|
|||||||
Reference in New Issue
Block a user