]> git.saurik.com Git - bison.git/blobdiff - src/files.c
* NEWS: The -g and --graph options now output graphs in Graphviz
[bison.git] / src / files.c
index d324966b92dcdbfa997cd80a6b8ae3a0ae51d284..ecb31738f9534c8a51518cbdf53088d4f82455a2 100644 (file)
@@ -323,7 +323,7 @@ compute_output_file_names (void)
   if (graph_flag)
     {
       if (! spec_graph_file)
-       spec_graph_file = concat2 (all_but_tab_ext, ".vcg");
+       spec_graph_file = concat2 (all_but_tab_ext, ".dot");
       name[names++] = spec_graph_file;
     }