From b317297e4d0eec259d54a9ce0c7f82da8099353c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 15 Dec 2002 09:39:12 +0000 Subject: [PATCH] (Error Reporting): randomness -> nastiness, to fix a typo. --- doc/bison.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2