mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 19:23:02 +00:00
lalr1.cc: indentation fixes.
* data/lalr1.cc (yyparse): here. Untabify a block of code.
This commit is contained in:
@@ -714,7 +714,6 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))[;
|
|||||||
{
|
{
|
||||||
/* If just tried and failed to reuse lookahead token after an
|
/* If just tried and failed to reuse lookahead token after an
|
||||||
error, discard it. */
|
error, discard it. */
|
||||||
|
|
||||||
if (yychar <= yyeof_)
|
if (yychar <= yyeof_)
|
||||||
{
|
{
|
||||||
/* Return failure if at end of input. */
|
/* Return failure if at end of input. */
|
||||||
|
|||||||
Reference in New Issue
Block a user