X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fd2493f7c4e37b2fc22f6a22f6d829705b1ae377..05449a2c1b09dec9d032cc39b2fc155572d893ce:/data/glr.c diff --git a/data/glr.c b/data/glr.c index 975ec578..e488f7c9 100644 --- a/data/glr.c +++ b/data/glr.c @@ -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