mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
style: formatting changes
* data/skeletons/yacc.c, tests/torture.at: here.
This commit is contained in:
@@ -404,7 +404,6 @@ AT_CLEANUP
|
||||
m4_define([AT_DATA_STACK_TORTURE],
|
||||
[AT_BISON_OPTION_PUSHDEFS([$2])
|
||||
# A grammar of parens growing the stack thanks to right recursion.
|
||||
# exp:
|
||||
AT_DATA_GRAMMAR([input.y],
|
||||
[[%{
|
||||
#include <errno.h>
|
||||
@@ -419,7 +418,7 @@ AT_DATA_GRAMMAR([input.y],
|
||||
%define parse.error verbose
|
||||
%token WAIT_FOR_EOF
|
||||
%%
|
||||
exp: WAIT_FOR_EOF exp | ;
|
||||
exp: WAIT_FOR_EOF exp | %empty;
|
||||
%%
|
||||
]AT_YYERROR_DEFINE[
|
||||
#include <assert.h>
|
||||
@@ -468,7 +467,7 @@ main (int argc, const char **argv)
|
||||
status = new_status;
|
||||
else
|
||||
assert (new_status == status);
|
||||
}]m4_bmatch([$2], [api.push-pull both],[[
|
||||
}]m4_bmatch([$2], [api.push-pull both], [[
|
||||
yypstate_delete (ps);]])[
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user