* data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,

not yyvalue.
This commit is contained in:
Akim Demaille
2002-11-12 09:44:41 +00:00
parent 3df374151b
commit 886b69d197
4 changed files with 59 additions and 65 deletions

View File

@@ -395,7 +395,7 @@ b4_location_if([ (void) yylocationp;
{
YYFPRINTF (yyout, "token %s (", yytname[[yytype]]);
# ifdef YYPRINT
YYPRINT (yyout, yytoknum[[yytype]], yyvalue);
YYPRINT (yyout, yytoknum[[yytype]], *yyvaluep);
# endif
}
else