]> git.saurik.com Git - bison.git/commitdiff
(Error Reporting): randomness -> nastiness, to fix a typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Dec 2002 09:39:12 +0000 (09:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Dec 2002 09:39:12 +0000 (09:39 +0000)
doc/bison.texinfo

index 670a65ba56d0834785e53438c6ec1a2889d10ce6..96100d294f16016230f84d8644883224b2fbfbc5 100644 (file)
@@ -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