I installed this patch for what seems to be an obvious typo:
2005-07-18 Paul Eggert <[EMAIL PROTECTED]>
* data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
--- c.m4 14 May 2005 06:49:46 -0000 1.27
+++ c.m4 18 Jul 2005 22:14:15 -0000 1.29
@@ -403,7 +403,7 @@ b4_location_if([ (void) yylocationp;
YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
]b4_location_if([ YY_LOCATION_PRINT (yyoutput, *yylocationp);
- fprintf (yyoutput, ": ");
+ YYFPRINTF (yyoutput, ": ");
])dnl
[
# ifdef YYPRINT