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

Diff of /bison/src/print.c

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

revision 1.61 by akim, Mon Apr 8 11:46:00 2002 UTC revision 1.62 by akim, Tue Apr 9 19:19:59 2002 UTC
# Line 386  print_grammar (FILE *out) Line 386  print_grammar (FILE *out)
386    /* TERMINAL (type #) : rule #s terminal is on RHS */    /* TERMINAL (type #) : rule #s terminal is on RHS */
387    fprintf (out, "%s\n\n", _("Terminals, with rules where they appear"));    fprintf (out, "%s\n\n", _("Terminals, with rules where they appear"));
388    for (i = 0; i < max_user_token_number + 1; i++)    for (i = 0; i < max_user_token_number + 1; i++)
389      if (token_translations[i] != 2)      if (token_translations[i] != undeftoken->number)
390        {        {
391          buffer[0] = 0;          buffer[0] = 0;
392          column = strlen (escape (symbols[token_translations[i]]->tag));          column = strlen (escape (symbols[token_translations[i]]->tag));

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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