/[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.99 by eggert, Tue Jan 7 06:39:17 2003 UTC revision 1.100 by eggert, Mon Jan 13 06:41:29 2003 UTC
# Line 3558  The declaration looks like this: Line 3558  The declaration looks like this:
3558    
3559  Here @var{n} is a decimal integer.  The declaration says there should be  Here @var{n} is a decimal integer.  The declaration says there should be
3560  no warning if there are @var{n} shift/reduce conflicts and no  no warning if there are @var{n} shift/reduce conflicts and no
3561  reduce/reduce conflicts.  An error, instead of the usual warning, is  reduce/reduce conflicts.  The usual warning is
3562  given if there are either more or fewer conflicts, or if there are any  given if there are either more or fewer conflicts, or if there are any
3563  reduce/reduce conflicts.  reduce/reduce conflicts.
3564    
# Line 3580  Add an @code{%expect} declaration, copyi Line 3580  Add an @code{%expect} declaration, copyi
3580  number which Bison printed.  number which Bison printed.
3581  @end itemize  @end itemize
3582    
3583  Now Bison will stop annoying you about the conflicts you have checked, but  Now Bison will stop annoying you if you do not change the number of
3584  it will warn you again if changes in the grammar result in additional  conflicts, but it will warn you again if changes in the grammar result
3585  conflicts.  in more or fewer conflicts.
3586    
3587  @node Start Decl  @node Start Decl
3588  @subsection The Start-Symbol  @subsection The Start-Symbol

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

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