/[bison]/bison/doc/bison.texinfo
ViewVC logotype

Diff of /bison/doc/bison.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.91 by eggert, Fri Dec 13 12:18:31 2002 UTC revision 1.92 by eggert, Sun Dec 15 09:39:12 2002 UTC
# Line 4230  void yyerror (YYLTYPE *locp, char const Line 4230  void yyerror (YYLTYPE *locp, char const
4230  If @samp{%parse-param @{int *nastiness@}} is used, then:  If @samp{%parse-param @{int *nastiness@}} is used, then:
4231    
4232  @example  @example
4233  void yyerror (int *randomness, char const *msg);  /* Yacc parsers.  */  void yyerror (int *nastiness, char const *msg);  /* Yacc parsers.  */
4234  void yyerror (int *randomness, char const *msg);  /* GLR parsers.   */  void yyerror (int *nastiness, char const *msg);  /* GLR parsers.   */
4235  @end example  @end example
4236    
4237  Finally, GLR and Yacc parsers share the same @code{yyerror} calling  Finally, GLR and Yacc parsers share the same @code{yyerror} calling

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26