bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c.m4 typo: fprintf should be YYFPRINTF


From: Paul Eggert
Subject: c.m4 typo: fprintf should be YYFPRINTF
Date: Mon, 18 Jul 2005 15:16:14 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

I installed this patch for what seems to be an obvious typo:

2005-07-18  Paul Eggert  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]