mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
Typo.
This commit is contained in:
@@ -4109,12 +4109,11 @@ void yyerror (YYLTYPE *locp,
|
|||||||
const char *msg);
|
const char *msg);
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noident
|
@noindent
|
||||||
Please, note that the prototypes are only indications of how the code
|
Please, note that the prototypes are only indications of how the code
|
||||||
produced by Bison will use @code{yyerror}, but you still have freedom
|
produced by Bison will use @code{yyerror}; you still have freedom on the
|
||||||
and the exit value, and even on making @code{yyerror} a variadic
|
exit value, and even on making @code{yyerror} a variadic function. It
|
||||||
function. It is precisely to enable this that the message is passed
|
is precisely to enable this that the message is always passed last.
|
||||||
last.
|
|
||||||
|
|
||||||
@vindex yynerrs
|
@vindex yynerrs
|
||||||
The variable @code{yynerrs} contains the number of syntax errors
|
The variable @code{yynerrs} contains the number of syntax errors
|
||||||
|
|||||||
Reference in New Issue
Block a user