/[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.76 by akim, Thu Nov 7 12:52:19 2002 UTC revision 1.77 by akim, Thu Nov 7 12:54:51 2002 UTC
# Line 4109  void yyerror (YYLTYPE *locp, Line 4109  void yyerror (YYLTYPE *locp,
4109                const char *msg);                const char *msg);
4110  @end example  @end example
4111    
4112  @noident  @noindent
4113  Please, note that the prototypes are only indications of how the code  Please, note that the prototypes are only indications of how the code
4114  produced by Bison will use @code{yyerror}, but you still have freedom  produced by Bison will use @code{yyerror}; you still have freedom on the
4115  and the exit value, and even on making @code{yyerror} a variadic  exit value, and even on making @code{yyerror} a variadic function.  It
4116  function.  It is precisely to enable this that the message is passed  is precisely to enable this that the message is always passed last.
 last.  
4117    
4118  @vindex yynerrs  @vindex yynerrs
4119  The variable @code{yynerrs} contains the number of syntax errors  The variable @code{yynerrs} contains the number of syntax errors

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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