mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
* src/getargs.c (statistics_flag): Replace with...
(trace_flag): New. (longopts): Accept --trace instead of --statistics. * src/getargs.h: 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:
@@ -1,3 +1,12 @@
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/getargs.c (statistics_flag): Replace with...
|
||||
(trace_flag): New.
|
||||
(longopts): Accept --trace instead of --statistics.
|
||||
* src/getargs.h: 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.
|
||||
|
||||
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (new_itemsets, get_state): Use more arrays and less
|
||||
|
||||
Reference in New Issue
Block a user