]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
* data/push.c (yypstate): Add typedef, and update all uses of
[bison.git] / tests / calc.at
index d245dd18d3172c3b21bb89b94728b9a6a08a396b..4e67f035ea7b8c1d3cba91fd2da232ab57c3cf7e 100644 (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 {