]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Use YYFPRINTF instead of fprintf where appropriate. Reported by
[bison.git] / doc / bison.texinfo
index 03ed7f734e12b0258514fb0f36022b0370209cdf..c39c325b7519f9baabd1b89b5a596c45e53540dd 100644 (file)
@@ -7236,7 +7236,7 @@ always possible.
 
 The trace facility outputs messages with macro calls of the form
 @code{YYFPRINTF (stderr, @var{format}, @var{args})} where
-@var{format} and @var{args} are the usual @code{printf} format and
+@var{format} and @var{args} are the usual @code{printf} format and variadic
 arguments.  If you define @code{YYDEBUG} to a nonzero value but do not
 define @code{YYFPRINTF}, @code{<stdio.h>} is automatically included
 and @code{YYFPRINTF} is defined to @code{fprintf}.