From: Paul Eggert Date: Sun, 15 Dec 2002 09:39:12 +0000 (+0000) Subject: (Error Reporting): randomness -> nastiness, to fix a typo. X-Git-Tag: BISON-1_875~58 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b317297e4d0eec259d54a9ce0c7f82da8099353c (Error Reporting): randomness -> nastiness, to fix a typo. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 670a65ba..96100d29 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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