projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5fe69
)
(Error Reporting): randomness -> nastiness, to fix a typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 15 Dec 2002 09:39:12 +0000
(09:39 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 15 Dec 2002 09:39:12 +0000
(09:39 +0000)
doc/bison.texinfo
patch
|
blob
|
blame
|
history
diff --git
a/doc/bison.texinfo
b/doc/bison.texinfo
index 670a65ba56d0834785e53438c6ec1a2889d10ce6..96100d294f16016230f84d8644883224b2fbfbc5 100644
(file)
--- 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 *
random
ness, char const *msg); /* Yacc parsers. */
-void yyerror (int *
random
ness, char const *msg); /* GLR parsers. */
+void yyerror (int *
nasti
ness, char const *msg); /* Yacc parsers. */
+void yyerror (int *
nasti
ness, char const *msg); /* GLR parsers. */
@end example
Finally, GLR and Yacc parsers share the same @code{yyerror} calling