]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Fix the test failure due to GCC warnings described in
[bison.git] / doc / bison.texinfo
index 123c5261a2e3936ee2442b073bc71b1c3bcadeee..f9e18e2306bf1793cb295e30f4f3743a89387041 100644 (file)
@@ -4109,12 +4109,11 @@ void yyerror (YYLTYPE *locp,
               const char *msg);
 @end example
 
-@noident
+@noindent
 Please, note that the prototypes are only indications of how the code
-produced by Bison will use @code{yyerror}, but you still have freedom
-and the exit value, and even on making @code{yyerror} a variadic
-function.  It is precisely to enable this that the message is passed
-last.
+produced by Bison will use @code{yyerror}; you still have freedom on the
+exit value, and even on making @code{yyerror} a variadic function.  It
+is precisely to enable this that the message is always passed last.
 
 @vindex yynerrs
 The variable @code{yynerrs} contains the number of syntax errors