]> git.saurik.com Git - bison.git/blobdiff - src/print_graph.c
* tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend upon package.m4.
[bison.git] / src / print_graph.c
index c2067744a95a27e16a7d1b88a39562dc275c96fc..a021a7c7e1e53c820d5aa6170cbf17c0dfca00a3 100644 (file)
@@ -253,7 +253,7 @@ print_state (int state)
     obstack_grow (&graph_obstack, 
                  obstack_base (&node_obstack), 
                  obs_size);
-    obstack_finish (&node_obstack);
+    obstack_free (&node_obstack, 0);
   }
 }
 \f
@@ -273,7 +273,7 @@ print_graph (void)
 #endif
 
   graph.display_edge_labels = yes;
-  graph.layoutalgorithm = 0;
+  graph.layoutalgorithm = normal;
 
   graph.port_sharing = no;
   graph.finetuning = yes;