From: Marc Autret Date: Sun, 25 Nov 2001 13:02:55 +0000 (+0000) Subject: * doc/bison.texinfo (Mystery Conflicts): Hint '-v' use. X-Git-Tag: before-m4-back-end~267 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b83f0407c634814049e58f5ab14cc14c1daaa39f * doc/bison.texinfo (Mystery Conflicts): Hint '-v' use. From Golubev I. N. --- diff --git a/ChangeLog b/ChangeLog index 1e1008d6..49b0f394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-25 Marc Autret + + * doc/bison.texinfo (Mystery Conflicts): Hint '-v' use. + From Golubev I. N. + 2001-11-23 Akim Demaille * lib/alloca.c: Update, from fileutils. diff --git a/THANKS b/THANKS index 346d5977..abb0d8ab 100644 --- a/THANKS +++ b/THANKS @@ -9,6 +9,7 @@ Daniel Hagerty hag@gnu.org David J. MacKenzie djm@gnu.org Dick Streefland dick.streefland@altium.nl Fabrice Bauzac noon@cote-dazur.com +Golubev I. N gin@mo.msk.ru Hans Aberg haberg@matematik.su.se Jesse Thilo jthilo@gnu.org Jim Meyering meyering@gnu.org diff --git a/doc/bison.texinfo b/doc/bison.texinfo index bf0f790b..7b665633 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -4507,8 +4507,9 @@ produce parsers that are very large. In practice, Bison is more useful as it is now. 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 -look distinct. In the above example, adding one rule to +parser states that are being confused (using @samp{-v} +(@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: @example