mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(output_graph): G_VIEW -> normal_view in case someone
wants to redefine G_VIEW.
This commit is contained in:
@@ -809,7 +809,7 @@ output_graph (graph *g, FILE *fout)
|
||||
fprintf (fout, "\tcrossing_optimization:\t%s\n",
|
||||
get_decision_str (g->crossing_optimization));
|
||||
|
||||
if (g->view != G_VIEW)
|
||||
if (g->view != normal_view)
|
||||
fprintf (fout, "\tview:\t%s\n", get_view_str (g->view));
|
||||
|
||||
if (g->edges != G_EDGES)
|
||||
|
||||
Reference in New Issue
Block a user