/[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.23 by akim, Thu Dec 27 18:13:31 2001 UTC revision 1.24 by akim, Thu Dec 27 18:13:47 2001 UTC
# Line 53  print_core (state_t *state, struct obsta Line 53  print_core (state_t *state, struct obsta
53    int snitems   = state->nitems;    int snitems   = state->nitems;
54    
55    /* Output all the items of a state, not only its kernel.  */    /* Output all the items of a state, not only its kernel.  */
56    closure (sitems, snitems);    if (trace_flag)
57    sitems = itemset;      {
58    snitems = nitemset;        closure (sitems, snitems);
59          sitems = itemset;
60          snitems = nitemset;
61        }
62    
63    obstack_fgrow1 (node_obstack, "state %2d\n", state->number);    obstack_fgrow1 (node_obstack, "state %2d\n", state->number);
64    for (i = 0; i < snitems; i++)    for (i = 0; i < snitems; i++)

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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