]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
Let the initial-action act on the look-ahead, and use it for the
[bison.git] / tests / calc.at
index b7808aceae169a6e2b57270e0f2c2a0531628f52..eb59ac9ede5b7d468deea0ce591f17c4cd537645 100644 (file)
@@ -144,7 +144,7 @@ yy::Parser::error_ ()
 int
 yyparse (AT_PARAM_IF([semantic_value *result, int *count]))
 {
-  yy::Parser parser (!!YYDEBUG[]AT_LOCATION_IF([, yy::Location ()])AT_PARAM_IF([, result, count]));
+  yy::Parser parser (!!YYDEBUG[]AT_PARAM_IF([, result, count]));
   return parser.parse ();
 }
 ],