Formatting changes.

* data/lalr1-fusion.cc, src/parse-gram.y: here.
This commit is contained in:
Akim Demaille
2008-07-25 21:29:43 +02:00
parent a2b93d5278
commit 3c26260608
3 changed files with 22 additions and 17 deletions

View File

@@ -949,9 +949,9 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))[;
if (yychar <= yyeof_)
{
/* Return failure if at end of input. */
if (yychar == yyeof_)
YYABORT;
/* Return failure if at end of input. */
if (yychar == yyeof_)
YYABORT;
}
else
{