mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
dot: also use a dot in the output
* src/print-graph.c (print_core): Use a dot instead of a point. * doc/figs/example-reduce.gv, doc/figs/example-reduce.txt, * doc/figs/example-shift.gv, doc/figs/example-shift.txt, * doc/figs/example.gv: Update. * tests/output.at, tests/report.at: Adjust.
This commit is contained in:
@@ -84,7 +84,7 @@ print_core (struct obstack *oout, state *s)
|
||||
obstack_1grow (oout, ' ');
|
||||
}
|
||||
|
||||
obstack_1grow (oout, '.');
|
||||
obstack_sgrow (oout, "•");
|
||||
|
||||
if (0 <= *r->rhs)
|
||||
for (item_number const *sp = sp1; 0 <= *sp; ++sp)
|
||||
|
||||
Reference in New Issue
Block a user