From 1c0c3e955d14f01df1089eb575b79058a1d08d37 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 7 Nov 2002 12:54:51 +0000 Subject: [PATCH] Typo. --- doc/bison.texinfo | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 123c5261..f9e18e23 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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 -- 2.45.2