/[bison]/bison/src/vcg.c
ViewVC logotype

Diff of /bison/src/vcg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by eggert, Mon Feb 3 15:35:57 2003 UTC revision 1.14 by akim, Wed Oct 1 07:46:41 2003 UTC
# Line 96  new_graph (graph *g) Line 96  new_graph (graph *g)
96    g->dirty_edge_labels = G_DIRTY_EDGE_LABELS;    g->dirty_edge_labels = G_DIRTY_EDGE_LABELS;
97    g->finetuning = G_FINETUNING;    g->finetuning = G_FINETUNING;
98    g->ignore_singles = G_IGNORE_SINGLES;    g->ignore_singles = G_IGNORE_SINGLES;
   g->long_straight_phase = G_LONG_STRAIGHT_PHASE;  
99    g->priority_phase = G_PRIORITY_PHASE;    g->priority_phase = G_PRIORITY_PHASE;
100    g->manhattan_edges = G_MANHATTAN_EDGES;    g->manhattan_edges = G_MANHATTAN_EDGES;
101    g->smanhattan_edges = G_SMANHATTAN_EDGES;    g->smanhattan_edges = G_SMANHATTAN_EDGES;
# Line 797  output_graph (graph *g, FILE *fout) Line 796  output_graph (graph *g, FILE *fout)
796    if (g->ignore_singles != G_IGNORE_SINGLES)    if (g->ignore_singles != G_IGNORE_SINGLES)
797      fprintf (fout, "\tignore_singles:\t%s\n",      fprintf (fout, "\tignore_singles:\t%s\n",
798               get_decision_str (g->ignore_singles));               get_decision_str (g->ignore_singles));
   if (g->long_straight_phase != G_LONG_STRAIGHT_PHASE)  
     fprintf (fout, "\tlong_straight_phase:\t%s\n",  
              get_decision_str (g->long_straight_phase));  
799    if (g->priority_phase != G_PRIORITY_PHASE)    if (g->priority_phase != G_PRIORITY_PHASE)
800      fprintf (fout, "\tpriority_phase:\t%s\n",      fprintf (fout, "\tpriority_phase:\t%s\n",
801               get_decision_str (g->priority_phase));               get_decision_str (g->priority_phase));

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26