mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* src/print_graph.c (print_graph): Remove layoutalgorithm uses for
real.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-12-16 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/print_graph.c (print_graph): Remove layoutalgorithm uses for
|
||||||
|
real.
|
||||||
|
|
||||||
2004-12-16 Akim Demaille <akim@epita.fr>
|
2004-12-16 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Use #define to handle the %name-prefix.
|
Use #define to handle the %name-prefix.
|
||||||
|
|||||||
@@ -202,13 +202,7 @@ print_graph (void)
|
|||||||
|
|
||||||
new_graph (&static_graph);
|
new_graph (&static_graph);
|
||||||
|
|
||||||
#if 0
|
|
||||||
static_graph.smanhattan_edges = yes;
|
|
||||||
static_graph.manhattan_edges = yes;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static_graph.display_edge_labels = yes;
|
static_graph.display_edge_labels = yes;
|
||||||
static_graph.layoutalgorithm = normal;
|
|
||||||
|
|
||||||
static_graph.port_sharing = no;
|
static_graph.port_sharing = no;
|
||||||
static_graph.finetuning = yes;
|
static_graph.finetuning = yes;
|
||||||
|
|||||||
Reference in New Issue
Block a user