/[bison]/bison/src/parse-gram.y
ViewVC logotype

Diff of /bison/src/parse-gram.y

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

revision 1.25 by eggert, Fri Nov 8 05:19:30 2002 UTC revision 1.26 by akim, Tue Nov 12 07:55:55 2002 UTC
# Line 92  braced_code_t current_braced_code = acti Line 92  braced_code_t current_braced_code = acti
92    int integer;    int integer;
93    char *string;    char *string;
94    assoc_t assoc;    assoc_t assoc;
95      struniq_t struniq;
96  };  };
97    
98  /* Define the tokens together with their human representation.  */  /* Define the tokens together with their human representation.  */
# Line 454  yyprint (FILE *file, Line 455  yyprint (FILE *file,
455        break;        break;
456    
457      case TYPE:      case TYPE:
458        fprintf (file, " = <%s>", value->string);        fprintf (file, " = <%s>", value->struniq);
459        break;        break;
460    
461      case BRACED_CODE:      case BRACED_CODE:

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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