mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
style: glr.c: fix indentation issue
* data/skeletons/glr.c (yyparse): here.
This commit is contained in:
@@ -2490,7 +2490,8 @@ b4_dollar_popdef])[]dnl
|
|||||||
/* Don't issue an error message again for exceptions
|
/* Don't issue an error message again for exceptions
|
||||||
thrown from the scanner. */
|
thrown from the scanner. */
|
||||||
if (yychar != YYFAULTYTOK)
|
if (yychar != YYFAULTYTOK)
|
||||||
]])[ yyreportSyntaxError (&yystack]b4_user_args[);
|
]], [[
|
||||||
|
]])[ yyreportSyntaxError (&yystack]b4_user_args[);
|
||||||
goto yyuser_error;
|
goto yyuser_error;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user