* doc/bison.texinfo (Mystery Conflicts): Hint '-v' use.

From Golubev I. N.
This commit is contained in:
Marc Autret
2001-11-25 12:57:33 +00:00
parent 92b69b7f09
commit aead559e00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-11-25 Marc Autret <autret_m@epita.fr>
* doc/bison.texinfo (Mystery Conflicts): Hint '-v' use.
From Golubev I. N.
2001-11-23 Akim Demaille <akim@epita.fr> 2001-11-23 Akim Demaille <akim@epita.fr>
* lib/alloca.c: Update, from fileutils. * lib/alloca.c: Update, from fileutils.

1
THANKS
View File

@@ -9,6 +9,7 @@ Daniel Hagerty hag@gnu.org
David J. MacKenzie djm@gnu.org David J. MacKenzie djm@gnu.org
Dick Streefland dick.streefland@altium.nl Dick Streefland dick.streefland@altium.nl
Fabrice Bauzac noon@cote-dazur.com Fabrice Bauzac noon@cote-dazur.com
Golubev I. N gin@mo.msk.ru
Hans Aberg haberg@matematik.su.se Hans Aberg haberg@matematik.su.se
Jesse Thilo jthilo@gnu.org Jesse Thilo jthilo@gnu.org
Jim Meyering meyering@gnu.org Jim Meyering meyering@gnu.org

View File

@@ -4506,8 +4506,9 @@ produce parsers that are very large. In practice, Bison is more useful
as it is now. as it is now.
When the problem arises, you can often fix it by identifying the two When the problem arises, you can often fix it by identifying the two
parser states that are being confused, and adding something to make them parser states that are being confused (using @samp{-v}
look distinct. In the above example, adding one rule to (@pxref{Invocation, ,Invoking Bison}) can help), and adding something to
make them look distinct. In the above example, adding one rule to
@code{return_spec} as follows makes the problem go away: @code{return_spec} as follows makes the problem go away:
@example @example