]> git.saurik.com Git - bison.git/commitdiff
Revert doc patch.
authorMarc Autret <autret_m@epita.fr>
Mon, 26 Nov 2001 19:19:21 +0000 (19:19 +0000)
committerMarc Autret <autret_m@epita.fr>
Mon, 26 Nov 2001 19:19:21 +0000 (19:19 +0000)
ChangeLog
THANKS
doc/bison.texinfo

index 9ded689b838c87dd078ccc74c3c4e58f1b2c2e93..5008e1d65a883912f1d700d9b62d0cad34209255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        conflicts as expected.
        * tests/regression.at (%expect right): Adjust.
 
        conflicts as expected.
        * tests/regression.at (%expect right): Adjust.
 
-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>
 
        * lib/alloca.c: Update, from fileutils.
 2001-11-23  Akim Demaille  <akim@epita.fr>
 
        * lib/alloca.c: Update, from fileutils.
diff --git a/THANKS b/THANKS
index abb0d8ab54204fe3224c32a0e15402e19d66d7b3..346d5977bd0e52abb2d8272b4cb50055ad5b32b4 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -9,7 +9,6 @@ Daniel Hagerty          hag@gnu.org
 David J. MacKenzie      djm@gnu.org
 Dick Streefland                dick.streefland@altium.nl
 Fabrice Bauzac          noon@cote-dazur.com
 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
 Hans Aberg              haberg@matematik.su.se
 Jesse Thilo             jthilo@gnu.org
 Jim Meyering            meyering@gnu.org
index 1abf856e7c226994aae281a31dee15ba0d194921..5449086f92049179bc0b5af522b969eacc8e1760 100644 (file)
@@ -4506,9 +4506,8 @@ 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
 as it is now.
 
 When the problem arises, you can often fix it by identifying the two
-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
+parser states that are being confused, 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
 @code{return_spec} as follows makes the problem go away:
 
 @example