* 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:
Joel E. Denny
2006-12-15 05:31:26 +00:00
parent 16ca01f9bf
commit ee5abb379b
3 changed files with 20 additions and 11 deletions

View File

@@ -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 {