mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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
|
||||
error, discard it. */
|
||||
|
||||
if (yychar <= yyeof_)
|
||||
{
|
||||
/* Return failure if at end of input. */
|
||||
|
||||
Reference in New Issue
Block a user