/[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.149 by akim, Thu May 2 15:06:46 2002 UTC revision 1.150 by akim, Fri May 3 08:42:48 2002 UTC
# Line 603  token_definitions_output (FILE *out) Line 603  token_definitions_output (FILE *out)
603        if (strchr (symbol->tag, '.') || strchr (symbol->tag, '$'))        if (strchr (symbol->tag, '.') || strchr (symbol->tag, '$'))
604          continue;          continue;
605    
606        fprintf (out, "%s  [[[%s]], [%d]]",        fprintf (out, "%s[[[%s]], [%d]]",
607                 first ? "" : ",\n", symbol->tag, number);                 first ? "" : ",\n", symbol->tag, number);
608        first = 0;        first = 0;
609      }      }

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

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