mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/getargs.c (statistics_flag): Replace with...
(trace_flag): New. (longopts): Accept --trace instead of --statistics. * src/getargs.h, src/options.c: Adjust. * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c, * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
This commit is contained in:
@@ -60,7 +60,7 @@ const struct option_table_struct option_table[] =
|
||||
/* Hidden. */
|
||||
/* Fixme: What is this `1' doing here!!! Sounds dead wrong. See
|
||||
locations too below. */
|
||||
{opt_cmd_line, "statistics", no_argument, &statistics_flag, 0, 1},
|
||||
{opt_cmd_line, "trace", no_argument, &trace_flag, 0, 1},
|
||||
|
||||
/*
|
||||
* Percent declarations.
|
||||
|
||||
Reference in New Issue
Block a user