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

Diff of /bison/src/closure.c

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

revision 1.13.2.7 by akim, Mon Nov 19 09:26:57 2001 UTC revision 1.13.2.8 by akim, Mon Nov 19 09:27:11 2001 UTC
# Line 100  print_fderives (void) Line 100  print_fderives (void)
100    
101        for (j = 0; j <= nrules; j++)        for (j = 0; j <= nrules; j++)
102          if (BITISSET (rp, j))          if (BITISSET (rp, j))
103            fprintf (stderr, "\t\t%d (%s)\n", j, tags[j]);            {
104                short *rhsp;
105                fprintf (stderr, "\t\t%d:", j);
106                for (rhsp = ritem + rule_table[j].rhs; *rhsp > 0; ++rhsp)
107                  fprintf (stderr, " %s", tags[*rhsp]);
108                fputc ('\n', stderr);
109              }
110      }      }
111    fprintf (stderr, "\n\n");    fprintf (stderr, "\n\n");
112  }  }

Legend:
Removed from v.1.13.2.7  
changed lines
  Added in v.1.13.2.8

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