int integer;
char *string;
assoc_t assoc;
+ struniq_t struniq;
};
/* Define the tokens together with their human representation. */
break;
case TYPE:
- fprintf (file, " = <%s>", value->string);
+ fprintf (file, " = <%s>", value->struniq);
break;
case BRACED_CODE: