mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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:
|
||||
|
||||
@example
|
||||
void yyerror (int *randomness, char const *msg); /* Yacc parsers. */
|
||||
void yyerror (int *randomness, char const *msg); /* GLR parsers. */
|
||||
void yyerror (int *nastiness, char const *msg); /* Yacc parsers. */
|
||||
void yyerror (int *nastiness, char const *msg); /* GLR parsers. */
|
||||
@end example
|
||||
|
||||
Finally, GLR and Yacc parsers share the same @code{yyerror} calling
|
||||
|
||||
Reference in New Issue
Block a user