mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
* src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
(print_reductions): De-obfuscate using the good o' techniques: arrays not pointers, variable locality, BITISSET.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
|
||||
(print_reductions): De-obfuscate using the good o' techniques:
|
||||
arrays not pointers, variable locality, BITISSET.
|
||||
|
||||
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/conflicts.c (print_reductions): Arrays, not pointers.
|
||||
|
||||
Reference in New Issue
Block a user