mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-26 11:14:27 +00:00
Revert doc patch.
This commit is contained in:
@@ -39,11 +39,6 @@
|
|||||||
conflicts as expected.
|
conflicts as expected.
|
||||||
* tests/regression.at (%expect right): Adjust.
|
* tests/regression.at (%expect right): Adjust.
|
||||||
|
|
||||||
2001-11-25 Marc Autret <[email protected]>
|
|
||||||
|
|
||||||
* doc/bison.texinfo (Mystery Conflicts): Hint '-v' use.
|
|
||||||
From Golubev I. N.
|
|
||||||
|
|
||||||
2001-11-23 Akim Demaille <[email protected]>
|
2001-11-23 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
* lib/alloca.c: Update, from fileutils.
|
* lib/alloca.c: Update, from fileutils.
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ Daniel Hagerty [email protected]
|
|||||||
David J. MacKenzie [email protected]
|
David J. MacKenzie [email protected]
|
||||||
Dick Streefland [email protected]
|
Dick Streefland [email protected]
|
||||||
Fabrice Bauzac [email protected]
|
Fabrice Bauzac [email protected]
|
||||||
Golubev I. N [email protected]
|
|
||||||
Hans Aberg [email protected]
|
Hans Aberg [email protected]
|
||||||
Jesse Thilo [email protected]
|
Jesse Thilo [email protected]
|
||||||
Jim Meyering [email protected]
|
Jim Meyering [email protected]
|
||||||
|
|||||||
+2
-3
@@ -4506,9 +4506,8 @@ 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 (using @samp{-v}
|
parser states that are being confused, and adding something to make them
|
||||||
(@pxref{Invocation, ,Invoking Bison}) can help), and adding something to
|
look distinct. In the above example, adding one rule 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
|
||||||
|
|||||||
Reference in New Issue
Block a user