mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* data/push.c (yypstate): Add typedef, and update all uses of
struct yypstate to just yypstate. * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
This commit is contained in:
@@ -338,7 +338,7 @@ main (int argc, const char **argv)
|
||||
[ yydebug = 1;])])[
|
||||
]AT_PUSH_IF([
|
||||
{
|
||||
struct yypstate *pstate = yypstate_new ();
|
||||
yypstate *pstate = yypstate_new ();
|
||||
YYSTYPE my_lval;
|
||||
]AT_LOCATION_IF([YYLTYPE my_lloc;])[
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user