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

Diff of /bison/src/state.c

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

revision 1.15 by akim, Sun Jun 30 17:34:31 2002 UTC revision 1.16 by akim, Sun Jun 30 17:34:52 2002 UTC
# Line 213  state_rule_lookaheads_print (state_t *st Line 213  state_rule_lookaheads_print (state_t *st
213          {          {
214            if (state->lookaheads_rule[j]->number == rule->number)            if (state->lookaheads_rule[j]->number == rule->number)
215              fprintf (out, "%s%s",              fprintf (out, "%s%s",
216                       symbol_tag_get (symbols[k]),                       symbols[k]->tag,
217                       --nlookaheads ? ", " : "");                       --nlookaheads ? ", " : "");
218          });          });
219        fprintf (out, "]");        fprintf (out, "]");

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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