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

Diff of /bison/src/lalr.c

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

revision 1.67 by akim, Sun May 26 18:39:04 2002 UTC revision 1.68 by akim, Sat Jun 15 18:23:12 2002 UTC
# Line 565  lookaheads_print (FILE *out) Line 565  lookaheads_print (FILE *out)
565          for (k = 0; k < ntokens; ++k)          for (k = 0; k < ntokens; ++k)
566            if (bitset_test (LA[states[i]->lookaheadsp + j], k))            if (bitset_test (LA[states[i]->lookaheadsp + j], k))
567              fprintf (out, "   on %d (%s) -> rule %d\n",              fprintf (out, "   on %d (%s) -> rule %d\n",
568                       k, quotearg_style (escape_quoting_style, symbols[k]->tag),                       k, symbol_tag_get (symbols[k]),
569                       LArule[states[i]->lookaheadsp + j]->number - 1);                       LArule[states[i]->lookaheadsp + j]->number - 1);
570      }      }
571    fprintf (out, "Lookaheads: END\n");    fprintf (out, "Lookaheads: END\n");

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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