mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
(Error Reporting): randomness -> nastiness, to fix a typo.
This commit is contained in:
@@ -4230,8 +4230,8 @@ void yyerror (YYLTYPE *locp, char const *msg); /* GLR parsers. */
|
|||||||
If @samp{%parse-param @{int *nastiness@}} is used, then:
|
If @samp{%parse-param @{int *nastiness@}} is used, then:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
void yyerror (int *randomness, char const *msg); /* Yacc parsers. */
|
void yyerror (int *nastiness, char const *msg); /* Yacc parsers. */
|
||||||
void yyerror (int *randomness, char const *msg); /* GLR parsers. */
|
void yyerror (int *nastiness, char const *msg); /* GLR parsers. */
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Finally, GLR and Yacc parsers share the same @code{yyerror} calling
|
Finally, GLR and Yacc parsers share the same @code{yyerror} calling
|
||||||
|
|||||||
Reference in New Issue
Block a user