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

Diff of /bison/src/output.c

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

revision 1.134 by akim, Sun Apr 7 15:29:36 2002 UTC revision 1.135 by akim, Sun Apr 7 15:29:56 2002 UTC
# Line 577  token_definitions_output (FILE *out) Line 577  token_definitions_output (FILE *out)
577        if (number == SALIAS)        if (number == SALIAS)
578          continue;          continue;
579        /* Skip error token.  */        /* Skip error token.  */
580        if (symbol->value == error_token_number)        if (symbol->number == error_token_number)
581          continue;          continue;
582        if (symbol->tag[0] == '\'')        if (symbol->tag[0] == '\'')
583          continue;               /* skip literal character */          continue;               /* skip literal character */
# Line 600  token_definitions_output (FILE *out) Line 600  token_definitions_output (FILE *out)
600        if (semantic_parser)        if (semantic_parser)
601          /* FIXME: This is probably wrong, and should be just as          /* FIXME: This is probably wrong, and should be just as
602             above. --akim.  */             above. --akim.  */
603          fprintf (out, "# define T%s\t%d\n", symbol->tag, symbol->value);          fprintf (out, "# define T%s\t%d\n", symbol->tag, symbol->number);
604        first = 0;        first = 0;
605      }      }
606  }  }

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

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