X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ccdb39e0a6f95cb4a3f19c08885a7c421cdebedb..3e6656f9ab66ae7e629f8e5d5b41810bf070f09d:/src/parse-gram.y?ds=sidebyside diff --git a/src/parse-gram.y b/src/parse-gram.y index aa307881..70356942 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -92,6 +92,7 @@ braced_code_t current_braced_code = action_braced_code; int integer; char *string; assoc_t assoc; + struniq_t struniq; }; /* Define the tokens together with their human representation. */ @@ -454,7 +455,7 @@ yyprint (FILE *file, break; case TYPE: - fprintf (file, " = <%s>", value->string); + fprintf (file, " = <%s>", value->struniq); break; case BRACED_CODE: