X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/397ec0734f0dc355714ec3bec96f3b0130b52211..b317297e4d0eec259d54a9ce0c7f82da8099353c:/doc/bison.texinfo?ds=sidebyside 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