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

Diff of /bison/src/print_graph.c

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

revision 1.38 by akim, Sat Jun 15 18:23:50 2002 UTC revision 1.39 by akim, Sun Jun 30 17:27:34 2002 UTC
# Line 135  print_actions (state_t *state, const cha Line 135  print_actions (state_t *state, const cha
135    for (i = 0; i < shiftp->nshifts; i++)    for (i = 0; i < shiftp->nshifts; i++)
136      if (!SHIFT_IS_DISABLED (shiftp, i))      if (!SHIFT_IS_DISABLED (shiftp, i))
137        {        {
138          int state1 = shiftp->shifts[i];          state_number_t state1 = shiftp->shifts[i];
139          symbol_number_t symbol = states[state1]->accessing_symbol;          symbol_number_t symbol = states[state1]->accessing_symbol;
140    
141          new_edge (&edge);          new_edge (&edge);
# Line 194  print_state (state_t *state) Line 194  print_state (state_t *state)
194  void  void
195  print_graph (void)  print_graph (void)
196  {  {
197    size_t i;    state_number_t i;
198    
199    /* Output file.  */    /* Output file.  */
200    fgraph = xfopen (spec_graph_file, "w");    fgraph = xfopen (spec_graph_file, "w");

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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