mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
Revert doc patch.
This commit is contained in:
@@ -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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user