mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
yacc.c: fix misleading indentation
* data/skeletons/yacc.c: here.
This commit is contained in:
@@ -1343,7 +1343,7 @@ yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg,
|
|||||||
|
|
||||||
/* Compute error message size. Don't count the "%s"s, but reserve
|
/* Compute error message size. Don't count the "%s"s, but reserve
|
||||||
room for the terminator. */
|
room for the terminator. */
|
||||||
yysize = (yystrlen (yyformat) - 2 * yycount) + 1;
|
yysize = yystrlen (yyformat) - 2 * yycount + 1;
|
||||||
{
|
{
|
||||||
int yyi;
|
int yyi;
|
||||||
for (yyi = 0; yyi < yycount; ++yyi)
|
for (yyi = 0; yyi < yycount; ++yyi)
|
||||||
@@ -1393,9 +1393,9 @@ yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg,
|
|||||||
|
|
||||||
]b4_yydestruct_define[
|
]b4_yydestruct_define[
|
||||||
|
|
||||||
]b4_pure_if([], [
|
]b4_pure_if([], [[
|
||||||
|
|
||||||
b4_declare_scanner_communication_variables])[]b4_push_if([[
|
]b4_declare_scanner_communication_variables])[]b4_push_if([[
|
||||||
|
|
||||||
struct yypstate
|
struct yypstate
|
||||||
{]b4_declare_parser_state_variables[
|
{]b4_declare_parser_state_variables[
|
||||||
|
|||||||
Reference in New Issue
Block a user