]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
* src/symtab.c (symbol_free): Remove dead deactivated code:
[bison.git] / src / parse-gram.y
index aa307881b92f87d1b3157daa7ce57b5e45d8ca04..70356942e5c3dbeb1100f7a8429ddbe4e3f05d42 100644 (file)
@@ -92,6 +92,7 @@ braced_code_t current_braced_code = action_braced_code;
   int integer;
   char *string;
   assoc_t assoc;
   int integer;
   char *string;
   assoc_t assoc;
+  struniq_t struniq;
 };
 
 /* Define the tokens together with their human representation.  */
 };
 
 /* Define the tokens together with their human representation.  */
@@ -454,7 +455,7 @@ yyprint (FILE *file,
       break;
 
     case TYPE:
       break;
 
     case TYPE:
-      fprintf (file, " = <%s>", value->string);
+      fprintf (file, " = <%s>", value->struniq);
       break;
 
     case BRACED_CODE:
       break;
 
     case BRACED_CODE: