]> git.saurik.com Git - bison.git/blobdiff - data/glr.c
* data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
[bison.git] / data / glr.c
index 975ec578cbe53a3094693cefdb2c3f4e22bc1f29..e488f7c9605e633d61e8edf243ee497c11281b9d 100644 (file)
@@ -973,7 +973,7 @@ yydestroyGLRState (char const *yymsg, yyGLRState *yys]b4_user_formals[)
        {
          YYFPRINTF (stderr, "%s unresolved ", yymsg);
          yy_symbol_print (stderr, yystos[yys->yylrState],
-                          &yys->yysemantics.yysval]b4_location_if([, &yys->yyloc])[]b4_user_args[);
+                          NULL]b4_location_if([, &yys->yyloc])[]b4_user_args[);
          YYFPRINTF (stderr, "\n");
        }
 #endif